Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_av_api.h218 typedef UINT8 tBTA_AV_CODE; typedef
391 tBTA_AV_CODE rsp_code;
401 tBTA_AV_CODE code;
412 tBTA_AV_CODE code;
514 tBTA_AV_CODE rc_pass_rsp; /* the default response code for pass through commands */
739 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code,
754 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
793 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
/system/bt/bta/av/
Dbta_av_api.c481 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len) in BTA_AvVendorCmd()
516 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len… in BTA_AvVendorRsp()
595 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, in BTA_AvMetaRsp()
Dbta_av_act.c372 static tBTA_AV_CODE bta_av_group_navi_supported(UINT8 len, UINT8 *p_data, BOOLEAN is_inquiry) in bta_av_group_navi_supported()
374 tBTA_AV_CODE ret=BTA_AV_RSP_NOT_IMPL; in bta_av_group_navi_supported()
413 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, BOOLEAN is_inquiry) in bta_av_op_supported()
415 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL; in bta_av_op_supported()
Dbta_av_int.h304 tBTA_AV_CODE rsp_code;
/system/bt/btif/src/
Dbtif_rc.c236 tBTA_AV_CODE code, tAVRC_RESPONSE *pmetamsg_resp);
1229 static void send_metamsg_rsp (UINT8 rc_handle, UINT8 label, tBTA_AV_CODE code, in send_metamsg_rsp()