/system/bt/bta/gatt/ |
D | database_builder.cc | 69 uint16_t start_handle, in AddIncludedService() argument 79 if (!FindService(database.services, start_handle)) { in AddIncludedService() 80 AddService(start_handle, end_handle, uuid, false /* not primary */); in AddIncludedService() 86 .start_handle = start_handle, in AddIncludedService()
|
D | bta_gattc_cache.cc | 302 uint16_t start_handle = (uint16_t)pe.params[0]; in bta_gattc_sdp_callback() local 307 << ", s_handle=" << loghex(start_handle) in bta_gattc_sdp_callback() 311 if (!GATT_HANDLE_IS_VALID(start_handle) || in bta_gattc_sdp_callback() 313 LOG(ERROR) << "invalid start_handle=" << loghex(start_handle) in bta_gattc_sdp_callback() 319 p_srvc_cb->pending_discovery.AddService(start_handle, end_handle, in bta_gattc_sdp_callback() 761 p_attr->start_handle = s_handle; in bta_gattc_fill_gatt_db_el() 776 uint16_t start_handle, in bta_gattc_get_db_size() argument 783 if (service.handle < start_handle) continue; in bta_gattc_get_db_size() 817 uint16_t start_handle, in bta_gattc_get_gatt_db_impl() argument 822 start_handle, end_handle); in bta_gattc_get_gatt_db_impl() [all …]
|
D | database.cc | 70 << ", start_handle=" << loghex(is.start_handle) in ToString() 107 {.included_service = {.handle = p_isvc.start_handle, in Serialize() 183 .start_handle = attr.value.included_service.handle, in Deserialize() 262 UINT16_TO_STREAM(p, is.start_handle); in Hash()
|
D | database_builder.h | 35 uint16_t start_handle, uint16_t end_handle);
|
D | database.h | 82 uint16_t start_handle; /* start handle of included service */ member
|
D | bta_gattc_int.h | 437 uint16_t start_handle, 467 extern void bta_gattc_get_gatt_db(uint16_t conn_id, uint16_t start_handle,
|
D | bta_gattc_utils.cc | 374 uint16_t conn_id, uint16_t start_handle, in bta_gattc_clear_notif_registration() argument 393 if (handle >= start_handle && handle <= end_handle) in bta_gattc_clear_notif_registration()
|
D | bta_gattc_api.cc | 345 void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle, in BTA_GATTC_GetGattDb() argument 348 bta_gattc_get_gatt_db(conn_id, start_handle, end_handle, db, count); in BTA_GATTC_GetGattDb()
|
/system/bt/test/mock/ |
D | mock_stack_gatt.cc | 77 uint16_t start_handle) { in is_active_service() argument 95 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover() argument 100 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover() argument
|
D | mock_bta_gattc_api.cc | 106 void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle, in BTA_GATTC_GetGattDb() argument
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 331 uint16_t start_handle) { in is_active_service() argument 336 *p_svc_uuid == *p_this_uuid && (start_handle == info.s_hdl)) { in is_active_service() 664 uint16_t start_handle, uint16_t end_handle, in GATTC_Discover() argument 677 if (!GATT_HANDLE_IS_VALID(start_handle) || in GATTC_Discover() 683 << ", s_handle=" << loghex(start_handle) in GATTC_Discover() 697 << ", s_handle=" << loghex(start_handle) in GATTC_Discover() 704 p_clcb->s_handle = start_handle; in GATTC_Discover() 710 << ", s_handle=" << loghex(start_handle) in GATTC_Discover() 718 uint16_t start_handle, uint16_t end_handle) { in GATTC_Discover() argument 719 return GATTC_Discover(conn_id, disc_type, start_handle, end_handle, in GATTC_Discover()
|
D | gatt_utils.cc | 213 const Uuid& app_uuid128, Uuid* p_svc_uuid, uint16_t start_handle) { in gatt_find_hdl_buffer_by_app_id() argument 219 (start_handle == it->asgn_range.s_handle)) { in gatt_find_hdl_buffer_by_app_id()
|
/system/bt/bta/test/gatt/ |
D | database_builder_test.cc | 160 ASSERT_EQ(service->included_services[0].start_handle, 0x0040); in TEST() 162 ASSERT_EQ(service->included_services[1].start_handle, 0x0020); in TEST()
|
/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/service/hal/ |
D | bluetooth_gatt_interface.cc | 206 void ServicesRemovedCallback(int conn_id, uint16_t start_handle, in ServicesRemovedCallback() argument 210 << " start_handle: " << start_handle << " end_handle: " << end_handle; in ServicesRemovedCallback() 214 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 | 927 uint16_t start_handle, uint16_t end_handle, 930 uint16_t start_handle, uint16_t end_handle);
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 579 extern void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle,
|