Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dcontroller.cc138 static const uint8_t* get_ble_supported_states(void) { in get_ble_supported_states() function
328 .get_ble_supported_states = get_ble_supported_states,
/packages/modules/Bluetooth/system/test/mock/
Dmock_device_controller.cc110 const uint8_t* get_ble_supported_states(void) { return ble_supported_states; } in get_ble_supported_states() function
378 get_ble_supported_states,
/packages/modules/Bluetooth/system/device/include/
Dcontroller.h33 const uint8_t* (*get_ble_supported_states)(void); member
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc3485 controller_get_interface()->get_ble_supported_states(); in btm_ble_topology_check()