Home
last modified time | relevance | path

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

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