Searched refs:tL2CAP_CHNL_PRIORITY (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.h | 325 std::function<bool(uint16_t cid, tL2CAP_CHNL_PRIORITY priority)> body{ 326 [](uint16_t /* cid */, tL2CAP_CHNL_PRIORITY /* priority */) { 329 bool operator()(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in operator()
|
D | mock_main_shim_l2cap_api.h | 322 std::function<bool(uint16_t cid, tL2CAP_CHNL_PRIORITY priority)> body{ 323 [](uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { return false; }}; 324 bool operator()(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in operator()
|
D | mock_stack_l2cap_utils.cc | 134 tL2CAP_CHNL_PRIORITY /* priority */) { in l2cu_change_pri_ccb() argument
|
D | mock_stack_l2cap_api.cc | 199 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 77 typedef uint8_t tL2CAP_CHNL_PRIORITY; typedef 695 tL2CAP_CHNL_PRIORITY priority);
|
/packages/modules/Bluetooth/system/main/shim/ |
D | l2c_api.h | 289 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_int.h | 324 tL2CAP_CHNL_PRIORITY ccb_priority; /* Channel priority */ 720 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority);
|
D | l2c_api.cc | 1067 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
D | l2c_utils.cc | 1308 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority) { in l2cu_change_pri_ccb()
|