Searched refs:L2CA_SetTxPriority (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/stack/avct/
H A Davct_lcb_act.c227 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH);
238 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH);
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_ad.c379 L2CA_SetTxPriority(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][AVDT_CHAN_SIG].lcid, L2CAP_CHNL_PRIORITY_HIGH);
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h57 /* Values for priority parameter to L2CA_SetTxPriority */
655 ** Function L2CA_SetTxPriority
662 L2C_API extern BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority);
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_api.c1010 ** Function L2CA_SetTxPriority
1017 BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority) function
1021 L2CAP_TRACE_API2 ("L2CA_SetTxPriority() CID: 0x%04x, priority:%d", cid, priority);
1026 L2CAP_TRACE_WARNING1 ("L2CAP - no CCB for L2CA_SetTxPriority, CID: %d", cid);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_aact.c1235 L2CA_SetTxPriority(p_scb->l2c_cid, L2CAP_CHNL_PRIORITY_MEDIUM);

Completed in 108 milliseconds