Home
last modified time | relevance | path

Searched defs:p_service_name (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sdp.cc107 bool bta_hf_client_add_record(const char* p_service_name, uint8_t scn, tBTA_HF_CLIENT_FEAT features, in bta_hf_client_add_record()
204 void bta_hf_client_create_record(tBTA_HF_CLIENT_CB_ARR* client_cb_arr, const char* p_service_name) { in bta_hf_client_create_record()
Dbta_hf_client_api.cc65 const char* p_service_name) { in BTA_HfClientEnable()
Dbta_hf_client_main.cc391 const char* p_service_name) { in bta_hf_client_api_enable()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Da2dp_api.h74 char* p_service_name; /* Pointer the service name. This character string may member
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_sdp.cc63 uint16_t AVRC_AddRecord(uint16_t service_uuid, const char* p_service_name, in AVRC_AddRecord()
Dmock_bta_av_api.cc133 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char* p_service_name, uint8_t app_id, in BTA_AvRegister()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_api.cc189 bool A2DP_AddRecord(uint16_t service_uuid, char* p_service_name, char* p_provider_name, in A2DP_AddRecord()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/avrc/
Davrc_sdp.cc216 uint16_t AVRC_AddRecord(uint16_t service_uuid, const char* p_service_name, in AVRC_AddRecord()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sdp.cc157 bool bta_ag_add_record(uint16_t service_uuid, const char* p_service_name, uint8_t scn, in bta_ag_add_record()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/av/
Dbta_av_api.cc115 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char* p_service_name, uint8_t app_id, in BTA_AvRegister()
Dbta_av_main.cc437 char* p_service_name; in bta_av_api_register() local
Dbta_av_int.h218 char p_service_name[BTA_SERVICE_NAME_LEN + 1]; member
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DDiscoveryTest.py470 p_service_name=None, argument
/aosp_15_r20/packages/modules/Wifi/tests/hostsidetests/multidevices/test/aware/integration/
Dwifi_aware_discovery_test.py670 p_service_name=None, argument
/aosp_15_r20/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc103 uint16_t AddRecord(uint16_t service_uuid, const char* p_service_name, const char* p_provider_name, in AddRecord()