Hi All, We are working on Gatt server implementation, for Tizen framework with BlueZ 5.20 as base. We have few query on adding new service info to gatt attrib server database, so that remote gatt client can discover the same. On Calling "RegisterService" method to org.bluez.GattManager1, after getting proper data from GattService1, GattCharacteristic1 and GattDescriptor1 interface, It calls, btd_gatt_add_service(),btd_gatt_add_char() and btd_gatt_add_desc respectively and updates the local_attribute_db. Which should be read and updated, when remote gatt client connects and starts primary services discovery, but this does not happen, instead it reads from attrib server db in attrib-server.c. How can the local_attribute_db in gatt.c, be attached to ATT IO channel, as it has been done for attrib-server db in src/attrib-server.c? Thanks Best Regards, Bharat -- 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