Home
last modified time | relevance | path

Searched refs:get_acl_buffer_count_classic (Results 1 – 4 of 4) sorted by relevance

/system/bt/device/include/
Dcontroller.h110 uint16_t (*get_acl_buffer_count_classic)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc345 uint16_t get_acl_buffer_count_classic(void) { return acl_buffer_count_classic; } in get_acl_buffer_count_classic() function
440 get_acl_buffer_count_classic,
/system/bt/device/src/
Dcontroller.cc692 static uint16_t get_acl_buffer_count_classic(void) { in get_acl_buffer_count_classic() function
813 get_acl_buffer_count_classic,
/system/bt/stack/l2cap/
Dl2c_link.cc752 l2cb.num_lm_acl_bufs = controller->get_acl_buffer_count_classic(); in l2c_link_init()
753 l2cb.controller_xmit_window = controller->get_acl_buffer_count_classic(); in l2c_link_init()