Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h101 uint8_t (*get_acl_buffer_count_ble)(void); member
/system/bt/main/shim/
Dcontroller.cc297 static uint8_t get_acl_buffer_count_ble(void) { in get_acl_buffer_count_ble() function
380 get_acl_buffer_count_ble,
/system/bt/device/src/
Dcontroller.cc603 static uint8_t get_acl_buffer_count_ble(void) { in get_acl_buffer_count_ble() function
703 get_acl_buffer_count_ble,
/system/bt/stack/btm/
Dbtm_devctl.cc217 l2c_link_processs_ble_num_bufs(controller->get_acl_buffer_count_ble()); in reset_complete()