Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h41 const uint8_t* (*get_ble_supported_states)(void); member
/system/bt/device/src/
Dcontroller.cc336 static const uint8_t* get_ble_supported_states(void) { in get_ble_supported_states() function
542 get_ble_supported_states,
/system/bt/stack/btm/
Dbtm_ble_gap.cc2572 controller_get_interface()->get_ble_supported_states(); in btm_ble_topology_check()