Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h37 const uint8_t* (*get_ble_supported_states)(void); member
/system/bt/test/mock/
Dmock_device_controller.cc110 const uint8_t* get_ble_supported_states(void) { return ble_supported_states; } in get_ble_supported_states() function
372 get_ble_supported_states,
/system/bt/main/shim/
Dcontroller.cc136 static const uint8_t* get_ble_supported_states(void) { in get_ble_supported_states() function
314 get_ble_supported_states,
/system/bt/device/src/
Dcontroller.cc355 static const uint8_t* get_ble_supported_states(void) { in get_ble_supported_states() function
745 get_ble_supported_states,
/system/bt/stack/btm/
Dbtm_ble_gap.cc2617 controller_get_interface()->get_ble_supported_states(); in btm_ble_topology_check()