Home
last modified time | relevance | path

Searched defs:get_iso_buffer_count (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/test/common/
H A Dmock_controller.cc33 uint8_t get_iso_buffer_count(void) { in get_iso_buffer_count() function
/aosp12/system/bt/device/include/
H A Dcontroller.h112 uint8_t (*get_iso_buffer_count)(void); member
/aosp12/system/bt/test/mock/
H A Dmock_device_controller.cc349 uint8_t get_iso_buffer_count(void) { return iso_buffer_count; } in get_iso_buffer_count() function
/aosp12/system/bt/device/src/
H A Dcontroller.cc703 static uint8_t get_iso_buffer_count(void) { in get_iso_buffer_count() function