Lines Matching refs:UINT8

89 typedef UINT8 AVDT_REPORT_TYPE;
217 UINT8 frag_lost; /* fraction lost since last RR */
229 UINT8 cname[AVDT_MAX_CNAME_SIZE + 1];
235 UINT8 ret_tout; /* AVDTP signaling retransmission timeout */
236 UINT8 sig_tout; /* AVDTP signaling message timeout */
237 UINT8 idle_tout; /* AVDTP idle signaling channel timeout */
238 UINT8 sec_mask; /* Security mask for BTM_SetSecurityLevel() */
246 UINT8 seid; /* Stream endpoint identifier */
247 UINT8 media_type; /* Media type */
248 UINT8 tsep; /* SEP type */
253 UINT8 codec_info[AVDT_CODEC_SIZE]; /* Codec capabilities array */
254 UINT8 protect_info[AVDT_PROTECT_SIZE]; /* Content protection capabilities */
255 UINT8 num_codec; /* Number of media codec information elements */
256UINT8 num_protect; /* Number of content protection information elements */
258 UINT8 recov_type; /* Recovery type */
259 UINT8 recov_mrws; /* Maximum recovery window size */
260 UINT8 recov_mnmp; /* Recovery maximum number of media packets */
261 UINT8 hdrcmp_mask; /* Header compression capabilities */
263UINT8 mux_mask; /* Multiplexing capabilities. AVDT_MUX_XXX bits can be…
264 UINT8 mux_tsid_media; /* TSID for media transport session */
265 UINT8 mux_tcid_media; /* TCID for media transport session */
266 UINT8 mux_tsid_report; /* TSID for reporting transport session */
267 UINT8 mux_tcid_report; /* TCID for reporting transport session */
268 UINT8 mux_tsid_recov; /* TSID for recovery transport session */
269 UINT8 mux_tcid_recov; /* TCID for recovery transport session */
275UINT8 err_code; /* Zero if operation succeeded; nonzero if operation failed */
276 UINT8 err_param; /* Error parameter included for some events */
277 UINT8 label; /* Transaction label */
278 UINT8 seid; /* For internal use only */
279 UINT8 sig_id; /* For internal use only */
280 UINT8 ccb_idx; /* For internal use only */
295 UINT8 int_seid; /* Stream endpoint ID of stream initiating the operation */
310 UINT8 *p_data; /* Pointer to security data */
318 UINT8 num_seps; /* Number of stream endpoints */
353 typedef void (tAVDT_CTRL_CBACK)(UINT8 handle, BD_ADDR bd_addr, UINT8 event,
360 typedef void (tAVDT_DATA_CBACK)(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp,
361 UINT8 m_pt);
370 typedef void (tAVDT_MEDIA_CBACK)(UINT8 handle, UINT8 *p_payload, UINT32 payload_len,
371 UINT32 time_stamp, UINT16 seq_num, UINT8 m_pt, UINT8 marker);
379 typedef void (tAVDT_REPORT_CBACK)(UINT8 handle, AVDT_REPORT_TYPE type,
383 typedef UINT16 (tAVDT_GETCAP_REQ) (BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK …
400 UINT8 tsep; /* SEP type */
401 UINT8 media_type; /* Media type */
409 typedef UINT8 tAVDT_DATA_OPT_MASK;
491 extern void AVDT_AbortReq(UINT8 handle);
507 extern UINT16 AVDT_CreateStream(UINT8 *p_handle, tAVDT_CS *p_cs);
523 extern UINT16 AVDT_RemoveStream(UINT8 handle);
552 UINT8 max_seps, tAVDT_CTRL_CBACK *p_cback);
579 extern UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg,
606 extern UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg,
620 extern UINT16 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay);
635 extern UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid,
651 extern UINT16 AVDT_ConfigRsp(UINT8 handle, UINT8 label, UINT8 error_code,
652 UINT8 category);
668 extern UINT16 AVDT_StartReq(UINT8 *p_handles, UINT8 num_handles);
685 extern UINT16 AVDT_SuspendReq(UINT8 *p_handles, UINT8 num_handles);
701 extern UINT16 AVDT_CloseReq(UINT8 handle);
719 extern UINT16 AVDT_ReconfigReq(UINT8 handle, tAVDT_CFG *p_cfg);
733 extern UINT16 AVDT_ReconfigRsp(UINT8 handle, UINT8 label, UINT8 error_code,
734 UINT8 category);
750 extern UINT16 AVDT_SecurityReq(UINT8 handle, UINT8 *p_data, UINT16 len);
766 extern UINT16 AVDT_SecurityRsp(UINT8 handle, UINT8 label, UINT8 error_code,
767 UINT8 *p_data, UINT16 len);
802 extern UINT16 AVDT_WriteReq(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp,
803 UINT8 m_pt);
840 extern UINT16 AVDT_WriteReqOpt(UINT8 handle, BT_HDR *p_pkt, UINT32 time_stamp,
841 UINT8 m_pt, tAVDT_DATA_OPT_MASK opt);
858 extern UINT16 AVDT_ConnectReq(BD_ADDR bd_addr, UINT8 sec_mask,
884 extern UINT16 AVDT_GetL2CapChannel(UINT8 handle);
895 extern UINT16 AVDT_GetSignalChannel(UINT8 handle, BD_ADDR bd_addr);
915 extern UINT16 AVDT_SetMediaBuf(UINT8 handle, UINT8 *p_buf, UINT32 buf_len);
928 extern UINT16 AVDT_SendReport(UINT8 handle, AVDT_REPORT_TYPE type,
952 extern UINT8 AVDT_SetTraceLevel (UINT8 new_level);