Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_utils.cc46 case AVRC_PDU_GET_CAPABILITIES: /* 0x10 */ in AVRC_IsValidAvcType()
Davrc_bld_ct.cc630 case AVRC_PDU_GET_CAPABILITIES: in AVRC_BldCommand()
Davrc_pars_tg.cc152 case AVRC_PDU_GET_CAPABILITIES: /* 0x10 */ in avrc_pars_vendor_cmd()
Davrc_pars_ct.cc546 case AVRC_PDU_GET_CAPABILITIES: in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc1433 case AVRC_PDU_GET_CAPABILITIES: in AVRC_BldResponse()
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc27 case AVRC_PDU_GET_CAPABILITIES: in free_avrc_response()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc369 CASE_RETURN_STRING(AVRC_PDU_GET_CAPABILITIES); in dump_rc_pdu()
Dbtif_rc.cc4347 case AVRC_PDU_GET_CAPABILITIES: in handle_avk_rc_metamsg_rsp()
4445 if (AVRC_PDU_GET_CAPABILITIES == avrc_cmd.pdu || in handle_avk_rc_metamsg_cmd()
4546 avrc_cmd.get_caps.pdu = AVRC_PDU_GET_CAPABILITIES; in getcapabilities_cmd()
5589 case AVRC_PDU_GET_CAPABILITIES: in vendor_cmd_timeout_handler()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h210 AVRC_PDU_GET_CAPABILITIES = 0x10, enumerator
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc717 std::make_pair(AVRC_PDU_GET_CAPABILITIES, "AVRC_PDU_GET_CAPABILITIES"), in TEST_F()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc918 case AVRC_PDU_GET_CAPABILITIES: in bta_av_proc_meta_cmd()