/system/bt/bta/gatt/ |
D | database_builder.cc | 62 uint16_t start_handle, in AddIncludedService() argument 72 if (!FindService(database.services, start_handle)) { in AddIncludedService() 73 AddService(start_handle, end_handle, uuid, false /* not primary */); in AddIncludedService() 79 .start_handle = start_handle, in AddIncludedService()
|
D | bta_gattc_cache.cc | 253 uint16_t start_handle = (uint16_t)pe.params[0]; in bta_gattc_sdp_callback() local 258 << ", s_handle=" << loghex(start_handle) in bta_gattc_sdp_callback() 262 if (!GATT_HANDLE_IS_VALID(start_handle) || in bta_gattc_sdp_callback() 264 LOG(ERROR) << "invalid start_handle=" << loghex(start_handle) in bta_gattc_sdp_callback() 270 p_srvc_cb->pending_discovery.AddService(start_handle, end_handle, in bta_gattc_sdp_callback() 544 p_attr->start_handle = s_handle; in bta_gattc_fill_gatt_db_el() 559 uint16_t start_handle, in bta_gattc_get_db_size() argument 566 if (service.handle < start_handle) continue; in bta_gattc_get_db_size() 600 uint16_t start_handle, in bta_gattc_get_gatt_db_impl() argument 605 start_handle, end_handle); in bta_gattc_get_gatt_db_impl() [all …]
|
D | database.cc | 62 << ", start_handle=" << loghex(is.start_handle) in ToString() 99 {.included_service = {.handle = p_isvc.start_handle, in Serialize() 168 .start_handle = attr.value.included_service.handle, in Deserialize()
|
D | database_builder.h | 35 uint16_t start_handle, uint16_t end_handle);
|
D | database.h | 79 uint16_t start_handle; /* start handle of included service */ member
|
D | bta_gattc_int.h | 413 uint16_t start_handle, 442 extern void bta_gattc_get_gatt_db(uint16_t conn_id, uint16_t start_handle,
|
D | bta_gattc_utils.cc | 366 uint16_t conn_id, uint16_t start_handle, in bta_gattc_clear_notif_registration() argument 385 if (handle >= start_handle && handle <= end_handle) in bta_gattc_clear_notif_registration()
|
D | bta_gattc_api.cc | 338 void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle, in BTA_GATTC_GetGattDb() argument 341 bta_gattc_get_gatt_db(conn_id, start_handle, end_handle, db, count); in BTA_GATTC_GetGattDb()
|
/system/bt/include/hardware/ |
D | bt_common_types.h | 66 uint16_t start_handle; member
|
D | bt_gatt_client.h | 166 typedef void (*services_removed_callback)(int conn_id, uint16_t start_handle,
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 306 uint16_t start_handle) { in is_active_service() argument 311 *p_svc_uuid == *p_this_uuid && (start_handle == info.s_hdl)) { in is_active_service() 619 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover() argument 634 << ", s_handle=" << loghex(start_handle) in GATTC_Discover() 637 if (!GATT_HANDLE_IS_VALID(start_handle) || in GATTC_Discover() 654 p_clcb->s_handle = start_handle; in GATTC_Discover() 663 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover() argument 664 return GATTC_Discover(conn_id, disc_type, start_handle, end_handle, in GATTC_Discover()
|
D | gatt_utils.cc | 210 const Uuid& app_uuid128, Uuid* p_svc_uuid, uint16_t start_handle) { in gatt_find_hdl_buffer_by_app_id() argument 216 (start_handle == it->asgn_range.s_handle)) { in gatt_find_hdl_buffer_by_app_id()
|
/system/bt/service/hal/ |
D | bluetooth_gatt_interface.cc | 205 void ServicesRemovedCallback(int conn_id, uint16_t start_handle, in ServicesRemovedCallback() argument 209 << " start_handle: " << start_handle << " end_handle: " << end_handle; in ServicesRemovedCallback() 213 ServicesRemovedCallback(g_interface, conn_id, start_handle, end_handle)); in ServicesRemovedCallback()
|
D | bluetooth_gatt_interface.h | 107 int conn_id, uint16_t start_handle,
|
/system/bt/stack/include/ |
D | gatt_api.h | 828 uint16_t start_handle, uint16_t end_handle, 831 uint16_t start_handle, uint16_t end_handle);
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 550 extern void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle,
|