Home
last modified time | relevance | path

Searched refs:BTA_GATTC_GetServices (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc54 const std::list<gatt::Service>* BTA_GATTC_GetServices(uint16_t /* conn_id */) { in BTA_GATTC_GetServices() function
/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc86 const std::list<gatt::Service>* BTA_GATTC_GetServices(uint16_t conn_id) { in BTA_GATTC_GetServices() function
/packages/modules/Bluetooth/system/bta/vc/
Ddevice.cc171 BTA_GATTC_GetServices(connection_id); in UpdateHandles()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h593 const std::list<gatt::Service>* BTA_GATTC_GetServices(uint16_t conn_id);
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc303 const std::list<gatt::Service>* BTA_GATTC_GetServices(uint16_t conn_id) { in BTA_GATTC_GetServices() function
/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc201 BTA_GATTC_GetServices(evt.conn_id); in OnGattServiceSearchComplete()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1546 const std::list<gatt::Service>* services = BTA_GATTC_GetServices(p_data->conn_id); in bta_hh_le_srvc_search_cmpl()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc836 const std::list<gatt::Service>* services = BTA_GATTC_GetServices(conn_id); in OnServiceSearchComplete()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc1939 BTA_GATTC_GetServices(device->conn_id); in OnGattServiceSearchComplete()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc2051 BTA_GATTC_GetServices(device->conn_id); in OnGattServiceSearchComplete()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc2705 const std::list<gatt::Service>* services = BTA_GATTC_GetServices(conn_id); in OnServiceSearchComplete()