Searched refs:provider_name (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/bta/ar/ |
D | bta_ar.cc | 202 const char* provider_name, uint16_t categories, in bta_ar_reg_avrc() argument 214 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, in bta_ar_reg_avrc() 228 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, in bta_ar_reg_avrc() 313 uint16_t service_uuid, const char* service_name, const char* provider_name, in bta_ar_reg_avrc_for_src_sink_coexist() argument 328 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, in bta_ar_reg_avrc_for_src_sink_coexist() 344 AVRC_AddRecord(service_uuid, service_name, provider_name, categories, in bta_ar_reg_avrc_for_src_sink_coexist()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_ar_api.h | 149 uint16_t service_uuid, const char* service_name, const char* provider_name,
|
/packages/modules/Bluetooth/system/stack/hid/ |
D | hidd_api.cc | 202 const char* provider_name = p_provider; in HID_DevAddRecord() local 214 strlen(provider_name) + 1, (uint8_t*)provider_name); in HID_DevAddRecord()
|