Home
last modified time | relevance | path

Searched defs:get_acl_buffer_count_ble (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/device/include/
H A Dcontroller.h111 uint8_t (*get_acl_buffer_count_ble)(void); member
/aosp12/system/bt/test/mock/
H A Dmock_device_controller.cc347 uint8_t get_acl_buffer_count_ble(void) { return acl_buffer_count_ble; } in get_acl_buffer_count_ble() function
/aosp12/system/bt/device/src/
H A Dcontroller.cc697 static uint8_t get_acl_buffer_count_ble(void) { in get_acl_buffer_count_ble() function