Searched refs:end_handle (Results 1 – 9 of 9) 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 760 end_handle = (UINT16) pe.params[1]; 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() 773 end_handle, in bta_gattc_sdp_callback() 780 start_handle, end_handle); in bta_gattc_sdp_callback() 1135 p_attr->end_handle = e_handle; in bta_gattc_fill_gatt_db_el() 1145 UINT16 start_handle, UINT16 end_handle) { in bta_gattc_get_db_size() argument 1158 if (p_cur_srvc->e_handle > end_handle) in bta_gattc_get_db_size() 1198 UINT16 start_handle, UINT16 end_handle, in bta_gattc_get_gatt_db_impl() argument [all …]
|
D | bta_gattc_int.h | 473 …otif_registration(tBTA_GATTC_SERV *p_srcb, UINT16 conn_id, UINT16 start_handle, UINT16 end_handle); 487 extern void bta_gattc_get_gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db…
|
D | bta_gattc_api.c | 319 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()
|
D | bta_gattc_utils.c | 486 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/ |
D | bluetooth_gatt_interface.cpp | 246 void ServicesRemovedCallback(int conn_id, uint16_t start_handle, uint16_t end_handle) { in ServicesRemovedCallback() argument 250 << " end_handle: " << end_handle; in ServicesRemovedCallback() 254 ServicesRemovedCallback(g_interface, conn_id, start_handle, end_handle)); in ServicesRemovedCallback()
|
D | bluetooth_gatt_interface.h | 133 uint16_t end_handle);
|
/system/bt/stack/gatt/ |
D | gatt_db.c | 78 p_db->end_handle = s_hdl + num_handle; in gatts_init_service_db() 930 if (p_db->end_handle <= p_db->next_handle) in allocate_attr_in_db() 933 p_db->end_handle, p_db->next_handle); in allocate_attr_in_db()
|
D | gatt_int.h | 222 UINT16 end_handle; /* Last handle number */ member
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 768 extern void BTA_GATTC_GetGattDb(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle,
|