Home
last modified time | relevance | path

Searched refs:start_handle (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_cache.c742 UINT16 start_handle = 0, end_handle = 0; in bta_gattc_sdp_callback() local
759 start_handle = (UINT16) pe.params[0]; in bta_gattc_sdp_callback()
764 service_uuid.uu.uuid16, start_handle, end_handle); in bta_gattc_sdp_callback()
767 if (GATT_HANDLE_IS_VALID(start_handle) && GATT_HANDLE_IS_VALID(end_handle)&& in bta_gattc_sdp_callback()
772 start_handle, in bta_gattc_sdp_callback()
780 start_handle, end_handle); in bta_gattc_sdp_callback()
1134 p_attr->start_handle = s_handle; in bta_gattc_fill_gatt_db_el()
1145 UINT16 start_handle, UINT16 end_handle) { in bta_gattc_get_db_size() argument
1155 if (p_cur_srvc->s_handle < start_handle) in bta_gattc_get_db_size()
1198 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_gatt_db_impl() argument
[all …]
Dbta_gattc_api.c319 void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, in BTA_GATTC_GetGattDb() argument
322 bta_gattc_get_gatt_db(conn_id, start_handle, end_handle, db, count); in BTA_GATTC_GetGattDb()
Dbta_gattc_int.h473 …ar_notif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, UINT16 start_handle, UINT16 end_han…
487 extern void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db…
Dbta_gattc_utils.c486 UINT16 start_handle, UINT16 end_handle) in bta_gattc_clear_notif_registration() argument
505 if (handle >= start_handle && handle <= end_handle) in bta_gattc_clear_notif_registration()
/system/bt/service/hal/
Dbluetooth_gatt_interface.cpp246 void ServicesRemovedCallback(int conn_id, uint16_t start_handle, uint16_t end_handle) { in ServicesRemovedCallback() argument
249 << " start_handle: " << start_handle in ServicesRemovedCallback()
254 ServicesRemovedCallback(g_interface, conn_id, start_handle, end_handle)); in ServicesRemovedCallback()
Dbluetooth_gatt_interface.h132 uint16_t start_handle,
/system/bt/bta/include/
Dbta_gatt_api.h768 extern void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle,