Home
last modified time | relevance | path

Searched refs:AVRC_AddRecord (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/bta/ar/
H A Dbta_ar.cc170 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, in bta_ar_reg_avrc()
183 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, in bta_ar_reg_avrc()
/aosp12/system/bt/test/mock/
H A Dmock_stack_avrc_sdp.cc37 uint16_t AVRC_AddRecord(uint16_t service_uuid, const char* p_service_name, in AVRC_AddRecord() function
/aosp12/system/bt/stack/include/
H A Davrc_api.h276 extern uint16_t AVRC_AddRecord(uint16_t service_uuid,
/aosp12/system/bt/stack/avrc/
H A Davrc_sdp.cc188 uint16_t AVRC_AddRecord(uint16_t service_uuid, const char* p_service_name, in AVRC_AddRecord() function
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc62 return AVRC_AddRecord(service_uuid, p_service_name, p_provider_name, in AddRecord()