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.h217 typedef UINT8 tBTA_AV_CODE; typedef
387 tBTA_AV_CODE rsp_code;
397 tBTA_AV_CODE code;
408 tBTA_AV_CODE code;
503 tBTA_AV_CODE rc_pass_rsp; /* the default response code for pass through commands */
714 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code,
729 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
768 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
/system/bt/bta/av/
Dbta_av_api.c432 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len) in BTA_AvVendorCmd()
471 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len… in BTA_AvVendorRsp()
556 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.h301 tBTA_AV_CODE rsp_code;
/system/bt/btif/src/
Dbtif_rc.c170 tBTA_AV_CODE code, tAVRC_RESPONSE *pmetamsg_resp);
920 static void send_metamsg_rsp (UINT8 rc_handle, UINT8 label, tBTA_AV_CODE code, in send_metamsg_rsp()