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.h111 uint8_t (*get_acl_buffer_count_ble)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc347 uint8_t get_acl_buffer_count_ble(void) { return acl_buffer_count_ble; } in get_acl_buffer_count_ble() function
441 get_acl_buffer_count_ble,
/system/bt/device/src/
Dcontroller.cc697 static uint8_t get_acl_buffer_count_ble(void) { in get_acl_buffer_count_ble() function
814 get_acl_buffer_count_ble,
/system/bt/stack/btm/
Dbtm_devctl.cc208 l2c_link_processs_ble_num_bufs(controller->get_acl_buffer_count_ble()); in BTM_reset_complete()