Searched refs:L2CA_LeCreditThreshold (Results 1 – 8 of 8) sorted by relevance
77 struct L2CA_LeCreditThreshold L2CA_LeCreditThreshold; variable250 uint16_t L2CA_LeCreditThreshold() { in L2CA_LeCreditThreshold() function252 return test::mock::stack_l2cap_api::L2CA_LeCreditThreshold(); in L2CA_LeCreditThreshold()
454 struct L2CA_LeCreditThreshold { struct458 extern struct L2CA_LeCreditThreshold L2CA_LeCreditThreshold; argument
106 MOCK_METHOD(uint16_t, L2CA_LeCreditThreshold, ());
149 uint16_t L2CA_LeCreditThreshold();
91 uint16_t L2CA_LeCreditThreshold() { return l2cap_interface->LeCreditThreshold(); } in L2CA_LeCreditThreshold() function
101 uint16_t L2CA_LeCreditThreshold();
77 uint16_t L2CA_LeCreditThreshold() { in L2CA_LeCreditThreshold() function84 log::assert_that(L2CA_LeCreditThreshold() < L2CA_LeCreditDefault(), in check_l2cap_credit()
192 if (p_ccb->remote_credit_count <= ::L2CA_LeCreditThreshold()) { in l2c_rcv_acl_data()