Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Ddatabase_builder.cc62 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()
Dbta_gattc_cache.cc253 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 …]
Ddatabase.cc62 << ", 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()
Ddatabase_builder.h35 uint16_t start_handle, uint16_t end_handle);
Ddatabase.h79 uint16_t start_handle; /* start handle of included service */ member
Dbta_gattc_int.h413 uint16_t start_handle,
442 extern void bta_gattc_get_gatt_db(uint16_t conn_id, uint16_t start_handle,
Dbta_gattc_utils.cc366 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()
Dbta_gattc_api.cc338 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/
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/stack/gatt/
Dgatt_api.cc306 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()
Dgatt_utils.cc210 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/
Dbluetooth_gatt_interface.cc205 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()
Dbluetooth_gatt_interface.h107 int conn_id, uint16_t start_handle,
/system/bt/stack/include/
Dgatt_api.h828 uint16_t start_handle, uint16_t end_handle,
831 uint16_t start_handle, uint16_t end_handle);
/system/bt/bta/include/
Dbta_gatt_api.h550 extern void BTA_GATTC_GetGattDb(uint16_t conn_id, uint16_t start_handle,