Searched refs:NotifyAdapterStateChanged (Results 1 – 4 of 4) sorted by relevance
116 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()119 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_OFF); in TEST_F()146 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()169 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()185 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_ON); in TEST_F()203 fake_hal_iface_->NotifyAdapterStateChanged(BT_STATE_OFF); in TEST_F()
119 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()247 NotifyAdapterStateChanged(prev_state, GetState()); in AdapterStateChangedCallback()351 void NotifyAdapterStateChanged(AdapterState prev_state, in NotifyAdapterStateChanged() function in bluetooth::AdapterImpl
48 void NotifyAdapterStateChanged(bt_state_t state);
93 void FakeBluetoothInterface::NotifyAdapterStateChanged(bt_state_t state) { in NotifyAdapterStateChanged() function in bluetooth::hal::FakeBluetoothInterface