OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_AV_CODE
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/bta/include/
bta_av_api.h
217
typedef UINT8
tBTA_AV_CODE
;
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
BTA_API void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label,
tBTA_AV_CODE
cmd_code,
729
BTA_API void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label,
tBTA_AV_CODE
rsp_code,
768
BTA_API void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label,
tBTA_AV_CODE
rsp_code,
/external/bluetooth/bluedroid/bta/av/
bta_av_api.c
434
void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label,
tBTA_AV_CODE
cmd_code, UINT8 *p_data, UINT16 len)
473
void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label,
tBTA_AV_CODE
rsp_code, UINT8 *p_data, UINT16 len, UINT32 company_id)
558
void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label,
tBTA_AV_CODE
rsp_code,
bta_av_act.c
368
static
tBTA_AV_CODE
bta_av_group_navi_supported(UINT8 len, UINT8 *p_data, BOOLEAN is_inquiry)
370
tBTA_AV_CODE
ret=BTA_AV_RSP_NOT_IMPL;
409
static
tBTA_AV_CODE
bta_av_op_supported(tBTA_AV_RC rc_id, BOOLEAN is_inquiry)
411
tBTA_AV_CODE
ret_code = BTA_AV_RSP_NOT_IMPL;
[
all
...]
bta_av_int.h
300
tBTA_AV_CODE
rsp_code;
/external/bluetooth/bluedroid/btif/src/
btif_rc.c
195
tBTA_AV_CODE
code, tAVRC_RESPONSE *pmetamsg_resp);
916
static void send_metamsg_rsp (UINT8 rc_handle, UINT8 label,
tBTA_AV_CODE
code,
[
all
...]
Completed in 36 milliseconds