Home
last modified time | relevance | path

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

/system/bt/device/include/
Dcontroller.h37 const uint8_t* (*get_ble_supported_states)(void); member
/system/bt/main/shim/
Dcontroller.cc116 static const uint8_t* get_ble_supported_states(void) { in get_ble_supported_states() function
322 get_ble_supported_states,
/system/bt/device/src/
Dcontroller.cc321 static const uint8_t* get_ble_supported_states(void) { in get_ble_supported_states() function
645 get_ble_supported_states,
/system/bt/stack/btm/
Dbtm_ble_gap.cc2503 controller_get_interface()->get_ble_supported_states(); in btm_ble_topology_check()