Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/l2cap/internal/
Dl2c_api.h52 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/
Dmock_stack_l2cap_api.h288 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()
Dmock_stack_l2cap_utils.cc112 void l2cu_change_pri_ccb(tL2C_CCB* /* p_ccb */, tL2CAP_CHNL_PRIORITY /* priority */) { in l2cu_change_pri_ccb() argument
Dmock_stack_l2cap_interface.h75 MOCK_METHOD(bool, L2CA_SetTxPriority, (uint16_t cid, tL2CAP_CHNL_PRIORITY priority));
Dmock_stack_l2cap_api.cc185 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
/packages/modules/Bluetooth/system/stack/include/
Dl2cap_types.h78 typedef uint8_t tL2CAP_CHNL_PRIORITY; typedef
Dl2cap_interface.h771 virtual bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) = 0;
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.h84 [[nodiscard]] bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) override;
Dl2c_int.h313 tL2CAP_CHNL_PRIORITY ccb_priority; /* Channel priority */
704 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority);
Dl2cap_api.cc145 uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
Dl2c_api.cc1050 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
Dl2c_utils.cc1313 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority) { in l2cu_change_pri_ccb()