Home
last modified time | relevance | path

Searched defs:p_srvc_uuid (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc61 void BTA_GATTC_ServiceSearchRequest(uint16_t conn_id, bluetooth::Uuid p_srvc_uuid) { in BTA_GATTC_ServiceSearchRequest()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc255 void BTA_GATTC_ServiceSearchRequest(tCONN_ID conn_id, Uuid p_srvc_uuid) { in BTA_GATTC_ServiceSearchRequest()
Dbta_gattc_int.h180 bluetooth::Uuid* p_srvc_uuid; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc135 [](tCONN_ID conn_id, const bluetooth::Uuid* p_srvc_uuid) { in __anonf07d08070802()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc855 .WillByDefault(Invoke([&](uint16_t conn_id, const bluetooth::Uuid* p_srvc_uuid) -> void { in TEST_F()
919 .WillByDefault(Invoke([&](uint16_t conn_id, const bluetooth::Uuid* p_srvc_uuid) -> void { in TEST_F()