/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/att/ |
H A D | att.h | 172 Handle start_handle; member 207 Handle start_handle; member 234 Handle start_handle; member 304 Handle start_handle; member
|
H A D | attribute.h | 252 Handle start_handle() const { return start_handle_; } in start_handle() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_cache.cc | 377 uint16_t start_handle = (uint16_t)pe.params[0]; in bta_gattc_sdp_callback() local 906 static size_t bta_gattc_get_db_size(const std::list<Service>& services, uint16_t start_handle, in bta_gattc_get_db_size() 952 static void bta_gattc_get_gatt_db_impl(tBTA_GATTC_SERV* p_srvc_cb, uint16_t start_handle, in bta_gattc_get_gatt_db_impl() 1028 void bta_gattc_get_gatt_db(tCONN_ID conn_id, uint16_t start_handle, uint16_t end_handle, in bta_gattc_get_gatt_db()
|
D | database_builder.cc | 73 void DatabaseBuilder::AddIncludedService(uint16_t handle, const Uuid& uuid, uint16_t start_handle, in AddIncludedService()
|
D | database.h | 83 uint16_t start_handle; /* start handle of included service */ member
|
D | bta_gattc_utils.cc | 602 uint16_t start_handle, uint16_t end_handle) { in bta_gattc_clear_notif_registration()
|
D | bta_gattc_api.cc | 348 void BTA_GATTC_GetGattDb(tCONN_ID conn_id, uint16_t start_handle, uint16_t end_handle, in BTA_GATTC_GetGattDb()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/ |
H A D | database.cc | 169 Handle start_handle; in NewGrouping() local 216 bool Database::RemoveGrouping(Handle start_handle) { in RemoveGrouping()
|
H A D | attribute.cc | 89 Handle start_handle, in AttributeGrouping()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 355 static bool is_active_service(const Uuid& app_uuid128, Uuid* p_svc_uuid, uint16_t start_handle) { in is_active_service() 883 tGATT_STATUS GATTC_Discover(tCONN_ID conn_id, tGATT_DISC_TYPE disc_type, uint16_t start_handle, in GATTC_Discover() 927 tGATT_STATUS GATTC_Discover(tCONN_ID conn_id, tGATT_DISC_TYPE disc_type, uint16_t start_handle, in GATTC_Discover()
|
D | gatt_utils.cc | 250 uint16_t start_handle) { in gatt_find_hdl_buffer_by_app_id()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
H A D | local_service_manager.cc | 193 inline att::Handle start_handle() const { return start_handle_; } in start_handle() function in bt::gatt::LocalServiceManager::ServiceData 601 const att::Handle start_handle = iter->second->start_handle(); in UnregisterService() local
|
H A D | client.cc | 510 att::Handle start_handle = in DiscoverServicesByUuidInRange() local 827 att::Handle start_handle, in ReadByTypeRequest()
|
H A D | fake_client.cc | 196 att::Handle start_handle, in ReadByTypeRequest()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/ |
H A D | fake_gatt_server.h | 42 att::Handle start_handle; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/csis/ |
D | csis_types.h | 141 uint16_t start_handle; member 156 CsisInstance(uint16_t start_handle, uint16_t end_handle, const bluetooth::Uuid& uuid) in CsisInstance()
|
/aosp_15_r20/external/webrtc/modules/portal/ |
H A D | xdg_desktop_portal_utils.cc | 136 std::string& start_handle, in StartSessionRequest()
|
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | gatt.py | 1407 def getCharacteristicsRange(services, start_handle, end_handle, uuid): argument 1422 def getDescriptorsRange(services, start_handle, end_handle): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_common_types.h | 67 uint16_t start_handle; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.cc | 125 tGATT_STATUS GATTC_Discover(uint16_t conn_id, tGATT_DISC_TYPE disc_type, uint16_t start_handle, in GATTC_Discover()
|
/aosp_15_r20/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | gatt.proto | 214 uint32 start_handle = 3; field
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_disc.cc | 126 btgatt_db_element_t** db, int* count) { in __anonf07d08070502()
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 407 def read_using_characteristic_uuid(self, address, uuid, start_handle, end_handle, auth_req): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1310 let start_handle = String::from(get_arg(args, 3)?) in cmd_gatt() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 823 def read_using_characteristic_uuid(self, address, uuid, start_handle, end_handle, auth_req): argument
|