Searched refs:NotifyAdapterStateChanged (Results 1 – 4 of 4) sorted by relevance
114 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()117 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_OFF); in TEST_F()144 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()167 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()183 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()201 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_OFF); in TEST_F()
118 NotifyAdapterStateChanged(current_state, state_); in Enable()126 NotifyAdapterStateChanged(ADAPTER_STATE_TURNING_ON, state_); in Enable()144 NotifyAdapterStateChanged(current_state, state_); in Disable()151 NotifyAdapterStateChanged(ADAPTER_STATE_TURNING_OFF, state_); in Disable()251 NotifyAdapterStateChanged(prev_state, GetState()); in AdapterStateChangedCallback()360 void NotifyAdapterStateChanged(AdapterState prev_state, in NotifyAdapterStateChanged() function in bluetooth::AdapterImpl
48 void NotifyAdapterStateChanged(bt_state_t state);
89 void FakeBluetoothInterface::NotifyAdapterStateChanged(bt_state_t state) { in NotifyAdapterStateChanged() function in bluetooth::hal::FakeBluetoothInterface