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.h100 uint16_t (*get_acl_buffer_count_classic)(void); member
/system/bt/main/shim/
Dcontroller.cc293 static uint16_t get_acl_buffer_count_classic(void) { in get_acl_buffer_count_classic() function
379 get_acl_buffer_count_classic,
/system/bt/device/src/
Dcontroller.cc598 static uint16_t get_acl_buffer_count_classic(void) { in get_acl_buffer_count_classic() function
702 get_acl_buffer_count_classic,
/system/bt/stack/btm/
Dbtm_devctl.cc199 l2c_link_processs_num_bufs(controller->get_acl_buffer_count_classic()); in reset_complete()