Home
last modified time | relevance | path

Searched refs:tL2CAP_CHNL_PRIORITY (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h66 typedef UINT8 tL2CAP_CHNL_PRIORITY; typedef
768 extern BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority);
1018 extern BOOLEAN L2CA_UCDSetTxPriority ( BD_ADDR rem_bda, tL2CAP_CHNL_PRIORITY priority );
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h317 tL2CAP_CHNL_PRIORITY ccb_priority; /* Channel priority */
610 extern void l2cu_change_pri_ccb (tL2C_CCB *p_ccb, tL2CAP_CHNL_PRIORITY priority);
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_ucd.c486 BOOLEAN L2CA_UCDSetTxPriority ( BD_ADDR rem_bda, tL2CAP_CHNL_PRIORITY priority ) in L2CA_UCDSetTxPriority()
Dl2c_api.c1065 BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority) in L2CA_SetTxPriority()
Dl2c_utils.c1433 void l2cu_change_pri_ccb (tL2C_CCB *p_ccb, tL2CAP_CHNL_PRIORITY priority) in l2cu_change_pri_ccb()