Home
last modified time | relevance | path

Searched refs:L2CA_LeCreditThreshold (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc77 struct L2CA_LeCreditThreshold L2CA_LeCreditThreshold; variable
250 uint16_t L2CA_LeCreditThreshold() { in L2CA_LeCreditThreshold() function
252 return test::mock::stack_l2cap_api::L2CA_LeCreditThreshold(); in L2CA_LeCreditThreshold()
Dmock_stack_l2cap_api.h454 struct L2CA_LeCreditThreshold { struct
458 extern struct L2CA_LeCreditThreshold L2CA_LeCreditThreshold; argument
Dmock_stack_l2cap_interface.h106 MOCK_METHOD(uint16_t, L2CA_LeCreditThreshold, ());
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dl2cap_types.h149 uint16_t L2CA_LeCreditThreshold();
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/common/
Dmock_l2cap_layer.cc91 uint16_t L2CA_LeCreditThreshold() { return l2cap_interface->LeCreditThreshold(); } in L2CA_LeCreditThreshold() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/internal/
Dl2c_api.h101 uint16_t L2CA_LeCreditThreshold();
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc77 uint16_t L2CA_LeCreditThreshold() { in L2CA_LeCreditThreshold() function
84 log::assert_that(L2CA_LeCreditThreshold() < L2CA_LeCreditDefault(), in check_l2cap_credit()
Dl2c_main.cc192 if (p_ccb->remote_credit_count <= ::L2CA_LeCreditThreshold()) { in l2c_rcv_acl_data()