Home
last modified time | relevance | path

Searched defs:start_handle (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.c743 UINT16 start_handle = 0, end_handle = 0; in bta_gattc_sdp_callback() local
1146 UINT16 start_handle, UINT16 end_handle) { in bta_gattc_get_db_size()
1199 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_gatt_db_impl()
1312 void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_elemen… in bta_gattc_get_gatt_db()
Dbta_gattc_utils.c492 UINT16 start_handle, UINT16 end_handle) in bta_gattc_clear_notif_registration()
Dbta_gattc_api.c319 void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetGattDb()
/system/bt/service/hal/
Dbluetooth_gatt_interface.cpp246 void ServicesRemovedCallback(int conn_id, uint16_t start_handle, uint16_t end_handle) { in ServicesRemovedCallback()