Searched refs:NotifyAdapterStateChanged (Results 1 – 4 of 4) sorted by relevance
113 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()116 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_OFF); in TEST_F()143 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()166 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()182 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()200 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_OFF); in TEST_F()
48 void NotifyAdapterStateChanged(bt_state_t state);
93 void FakeBluetoothInterface::NotifyAdapterStateChanged(bt_state_t state) { in NotifyAdapterStateChanged() function in bluetooth::hal::FakeBluetoothInterface
244 NotifyAdapterStateChanged(current_state, state_); in Enable()251 NotifyAdapterStateChanged(ADAPTER_STATE_TURNING_ON, state_); in Enable()269 NotifyAdapterStateChanged(current_state, state_); in Disable()276 NotifyAdapterStateChanged(ADAPTER_STATE_TURNING_OFF, state_); in Disable()520 NotifyAdapterStateChanged(prev_state, GetState()); in AdapterStateChangedCallback()735 void NotifyAdapterStateChanged(AdapterState prev_state, in NotifyAdapterStateChanged() function in bluetooth::AdapterImpl