Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Ddatabase_builder.cc69 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()
Dbta_gattc_cache.cc302 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 …]
Ddatabase.cc70 << ", 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()
Ddatabase_builder.h35 uint16_t start_handle, uint16_t end_handle);
Ddatabase.h82 uint16_t start_handle; /* start handle of included service */ member
Dbta_gattc_int.h437 uint16_t start_handle,
467 extern void bta_gattc_get_gatt_db(uint16_t conn_id, uint16_t start_handle,
Dbta_gattc_utils.cc374 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()
Dbta_gattc_api.cc345 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/
Dmock_stack_gatt.cc77 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
Dmock_bta_gattc_api.cc106 void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle, in BTA_GATTC_GetGattDb() argument
/system/bt/stack/gatt/
Dgatt_api.cc331 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()
Dgatt_utils.cc213 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/
Ddatabase_builder_test.cc160 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/
Dbt_common_types.h66 uint16_t start_handle; member
Dbt_gatt_client.h166 typedef void (*services_removed_callback)(int conn_id, uint16_t start_handle,
/system/bt/service/hal/
Dbluetooth_gatt_interface.cc206 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()
Dbluetooth_gatt_interface.h107 int conn_id, uint16_t start_handle,
/system/bt/stack/include/
Dgatt_api.h927 uint16_t start_handle, uint16_t end_handle,
930 uint16_t start_handle, uint16_t end_handle);
/system/bt/bta/include/
Dbta_gatt_api.h579 extern void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle,