Searched refs:tBTA_AV_CODE (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h216 typedef UINT8 tBTA_AV_CODE; typedef
382 tBTA_AV_CODE rsp_code;
392 tBTA_AV_CODE code;
403 tBTA_AV_CODE code;
490 tBTA_AV_CODE rc_pass_rsp; /* the default response code for pass through commands */
688 BTA_API void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code,
703 BTA_API void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
742 BTA_API void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_api.c408 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code, UINT8 *p_data, UINT16 len)
447 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id)
532 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
H A Dbta_av_act.c366 static tBTA_AV_CODE bta_av_group_navi_supported(UINT8 len, UINT8 *p_data)
368 tBTA_AV_CODE ret=BTA_AV_RSP_NOT_IMPL;
399 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id)
401 tBTA_AV_CODE ret_code = BTA_AV_RSP_NOT_IMPL;
H A Dbta_av_int.h296 tBTA_AV_CODE rsp_code;

Completed in 24 milliseconds