Hi, I would like to be able to configure my Bluetooth HOG mouse but its GATT characteristic used for configuration has no DBus interface associated with it. HOG services are not "external" and are marked as claimed in add_gatt_service. This prevents the characteristic from being exported. if (!profile->external) { /* Mark the service as claimed by the existing profile. */ gatt_db_service_set_claimed(attr, true); } So I have a few questions, 1. What does external mean? 2. Is there another way to access the characteristic and configure the device? 3. If not, can we make the input-hog profile external? Thank you -- 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