Searched defs:NotifyAdapterStateChanged (Results 1 - 2 of 2) sorted by relevance

/system/bt/service/hal/
H A Dfake_bluetooth_interface.cpp93 void FakeBluetoothInterface::NotifyAdapterStateChanged(bt_state_t state) { function in class:bluetooth::hal::FakeBluetoothInterface
/system/bt/service/
H A Dadapter.cpp119 NotifyAdapterStateChanged(current_state, state_);
126 NotifyAdapterStateChanged(ADAPTER_STATE_TURNING_ON, state_);
144 NotifyAdapterStateChanged(current_state, state_);
151 NotifyAdapterStateChanged(ADAPTER_STATE_TURNING_OFF, state_);
247 NotifyAdapterStateChanged(prev_state, GetState());
351 void NotifyAdapterStateChanged(AdapterState prev_state, function in class:bluetooth::AdapterImpl

Completed in 186 milliseconds