Home
last modified time | relevance | path

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

/aosp12/system/bt/main/shim/
H A Dcontroller.cc136 static const uint8_t* get_ble_supported_states(void) { in get_ble_supported_states() function
/aosp12/system/bt/device/include/
H A Dcontroller.h37 const uint8_t* (*get_ble_supported_states)(void); member
/aosp12/system/bt/test/mock/
H A Dmock_device_controller.cc110 const uint8_t* get_ble_supported_states(void) { return ble_supported_states; } in get_ble_supported_states() function
/aosp12/system/bt/device/src/
H A Dcontroller.cc355 static const uint8_t* get_ble_supported_states(void) { in get_ble_supported_states() function