Searched defs:start_handle (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gattc_cache.c | 742 UINT16 start_handle = 0, end_handle = 0; in bta_gattc_sdp_callback() local 1145 UINT16 start_handle, UINT16 end_handle) { in bta_gattc_get_db_size() 1198 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_gatt_db_impl() 1311 void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_elemen… in bta_gattc_get_gatt_db()
|
D | bta_gattc_utils.c | 486 UINT16 start_handle, UINT16 end_handle) in bta_gattc_clear_notif_registration()
|
D | bta_gattc_api.c | 319 void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetGattDb()
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cpp | 246 void ServicesRemovedCallback(int conn_id, uint16_t start_handle, uint16_t end_handle) { in ServicesRemovedCallback()
|