Hi: I’m trying to use BlueZ to implement a GATT server (peripheral) that will host a couple of custom BLE services with a multitude of characteristics each. I was hoping to use the GATT Dbus API with BlueZ, but I see from this post: http://article.gmane.org/gmane.linux.bluez.kernel/54715 that as of a few months ago, the GATT Dbus API is not quite ready. Is this still the case with the latest BlueZ (5.27 as of now)? I’m assuming so since I don’t see the API documentation in the doc folder. The recommendation from that post was to use the gatt_service_add() API. If this is still the recommended approach until the Dbus API is ready, can you expand a little bit more on how I would do this? For example, do I need to figure out how to add a plugin, or can I create an external application that simply calls gatt_service_add(). Can I use the BlueZ stack as is, or do I need to hack it up a bit? There were some “online examples" referred to in the previous post. Any idea where I can find those? Thanks, Joe McLaughlin -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html