Lines Matching refs:UINT8
52 typedef UINT8 tBTA_AV_STATUS;
77 typedef UINT8 tBTA_AV_CHNL;
81 typedef UINT8 tBTA_AV_HNDL;
83 #define BTA_AV_HNDL_TO_MSK(h) ((UINT8)(1 << (h)))
86 #define BTA_AV_HNDL_TYPE_TO_MSK(h) ((UINT8)(1 << (h&BTA_AV_HNDL_MSK)))
123 typedef UINT8 tBTA_AV_CODEC;
191 typedef UINT8 tBTA_AV_RC;
197 typedef UINT8 tBTA_AV_STATE;
206 typedef UINT8 tBTA_AV_CMD;
217 typedef UINT8 tBTA_AV_CODE;
226 typedef UINT8 tBTA_AV_ERR;
258 typedef UINT8 tBTA_AV_EVT;
271 UINT8 app_id; /* ID associated with call to BTA_AvRegister() */
278 typedef UINT8 tBTA_AV_EDR;
288 UINT8 sep; /* sep type of peer device */
330 UINT8 *p_data;
339 UINT8 *p_data;
347 UINT8 rc_handle;
356 UINT8 rc_handle;
363 UINT8 rc_handle;
370 UINT8 rc_handle;
373 UINT8 len;
374 UINT8 *p_data;
376 UINT8 label;
382 UINT8 rc_handle;
385 UINT8 len;
386 UINT8 *p_data;
388 UINT8 label;
394 UINT8 rc_handle;
396 UINT8 label;
399 UINT8 *p_data;
405 UINT8 rc_handle;
407 UINT8 label;
410 UINT8 *p_data;
457 UINT8 *codec_info;
501 UINT8 num_co_ids; /* company id count in p_meta_co_ids */
502 UINT8 num_evt_ids; /* event id count in p_meta_evt_ids */
505 const UINT8 *p_meta_evt_ids;/* the the metadata Get Capabilities response for event id */
563 UINT8 app_id, tBTA_AV_DATA_CBACK *p_data_cback);
660 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx,
661 UINT8 *p_codec_info, UINT8 num_protect, UINT8 *p_protect_info);
673 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len);
687 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data,
700 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id,
714 void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code,
715 UINT8 *p_data, UINT16 len);
729 void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
730 UINT8 *p_data, UINT16 len, UINT32 company_id);
754 void BTA_AvCloseRc(UINT8 rc_handle);
768 void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
785 void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt);