Searched refs:tL2CAP_CHNL_PRIORITY (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/internal/ |
D | l2c_api.h | 52 typedef uint8_t tL2CAP_CHNL_PRIORITY; typedef 542 [[nodiscard]] bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.h | 288 std::function<bool(uint16_t cid, tL2CAP_CHNL_PRIORITY priority)> body{ 289 [](uint16_t /* cid */, tL2CAP_CHNL_PRIORITY /* priority */) { return false; }}; 290 bool operator()(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { return body(cid, priority); } in operator()
|
D | mock_stack_l2cap_utils.cc | 112 void l2cu_change_pri_ccb(tL2C_CCB* /* p_ccb */, tL2CAP_CHNL_PRIORITY /* priority */) { in l2cu_change_pri_ccb() argument
|
D | mock_stack_l2cap_interface.h | 75 MOCK_METHOD(bool, L2CA_SetTxPriority, (uint16_t cid, tL2CAP_CHNL_PRIORITY priority));
|
D | mock_stack_l2cap_api.cc | 185 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2cap_types.h | 78 typedef uint8_t tL2CAP_CHNL_PRIORITY; typedef
|
D | l2cap_interface.h | 771 virtual bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) = 0;
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.h | 84 [[nodiscard]] bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) override;
|
D | l2c_int.h | 313 tL2CAP_CHNL_PRIORITY ccb_priority; /* Channel priority */ 704 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority);
|
D | l2cap_api.cc | 145 uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
D | l2c_api.cc | 1050 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
D | l2c_utils.cc | 1313 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority) { in l2cu_change_pri_ccb()
|