Home
last modified time | relevance | path

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

/aosp12/system/bt/device/include/
H A Dcontroller.h110 uint16_t (*get_acl_buffer_count_classic)(void); member
/aosp12/system/bt/test/mock/
H A Dmock_device_controller.cc345 uint16_t get_acl_buffer_count_classic(void) { return acl_buffer_count_classic; } in get_acl_buffer_count_classic() function
/aosp12/system/bt/device/src/
H A Dcontroller.cc692 static uint16_t get_acl_buffer_count_classic(void) { in get_acl_buffer_count_classic() function