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()
49 void NotifyAdapterStateChanged(bt_state_t state);
95 void FakeBluetoothInterface::NotifyAdapterStateChanged(bt_state_t state) { in NotifyAdapterStateChanged() function in bluetooth::hal::FakeBluetoothInterface
245 NotifyAdapterStateChanged(current_state, state_); in Enable()252 NotifyAdapterStateChanged(ADAPTER_STATE_TURNING_ON, state_); in Enable()270 NotifyAdapterStateChanged(current_state, state_); in Disable()277 NotifyAdapterStateChanged(ADAPTER_STATE_TURNING_OFF, state_); in Disable()521 NotifyAdapterStateChanged(prev_state, GetState()); in AdapterStateChangedCallback()739 void NotifyAdapterStateChanged(AdapterState prev_state, in NotifyAdapterStateChanged() function in bluetooth::AdapterImpl