Home
last modified time | relevance | path

Searched refs:AVRC_RSP_NOT_IMPL (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_utils.cc43 if (avc_type < AVRC_RSP_NOT_IMPL) /* command msg */ in AVRC_IsValidAvcType()
82 if (avc_type >= AVRC_RSP_NOT_IMPL && avc_type <= AVRC_RSP_INTERIM) in AVRC_IsValidAvcType()
Davrc_pars_ct.cc114 AVRC_RSP_NOT_IMPL == p_msg->hdr.ctype)) { in avrc_pars_vendor_rsp()
Davrc_api.cc1199 if (ctype >= AVRC_RSP_NOT_IMPL) cr = AVCT_RSP; in AVRC_MsgReq()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_cfg.cc39 #define BTA_AV_RC_PASS_RSP_CODE AVRC_RSP_NOT_IMPL
Dbta_av_act.cc427 tBTA_AV_CODE ret = AVRC_RSP_NOT_IMPL; in bta_av_group_navi_supported()
461 tBTA_AV_CODE ret_code = AVRC_RSP_NOT_IMPL; in bta_av_op_supported()
908 p_vendor->hdr.ctype = AVRC_RSP_NOT_IMPL; in bta_av_proc_meta_cmd()
1006 p_data->rc_msg.msg.hdr.ctype = AVRC_RSP_NOT_IMPL; in bta_av_rc_msg()
1041 else if (p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_NOT_IMPL) { in bta_av_rc_msg()
1090 p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_NOT_IMPL) { in bta_av_rc_msg()
1107 p_data->rc_msg.msg.hdr.ctype = AVRC_RSP_NOT_IMPL; in bta_av_rc_msg()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc1118 if (pmeta_msg->code >= AVRC_RSP_NOT_IMPL) { in handle_rc_metamsg_cmd()
1300 if ((p_data->meta_msg.code >= AVRC_RSP_NOT_IMPL) && in btif_rc_handler()
1445 if (code < AVRC_RSP_NOT_IMPL) { in get_rsp_type_code()
2875 AVRC_RSP_NOT_IMPL == pmeta_msg->code)) { in handle_rc_metamsg_rsp()
2909 AVRC_RSP_NOT_IMPL == pmeta_msg->code)) { in handle_rc_metamsg_rsp()
4332 (pmeta_msg->code >= AVRC_RSP_NOT_IMPL) && in handle_avk_rc_metamsg_rsp()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h65 #define AVRC_RSP_NOT_IMPL \ macro