Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2c_api.h65 typedef uint8_t tL2CAP_CHNL_PRIORITY; typedef
754 extern bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
1007 tL2CAP_CHNL_PRIORITY priority);
/system/bt/stack/l2cap/
Dl2c_int.h319 tL2CAP_CHNL_PRIORITY ccb_priority; /* Channel priority */
598 extern void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority);
Dl2c_ucd.cc504 bool L2CA_UCDSetTxPriority(BD_ADDR rem_bda, tL2CAP_CHNL_PRIORITY priority) { in L2CA_UCDSetTxPriority()
Dl2c_api.cc1327 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
Dl2c_utils.cc1329 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority) { in l2cu_change_pri_ccb()