Home
last modified time | relevance | path

Searched refs:AdapterStateChangedCallback (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/service/hal/
H A Dbluetooth_interface.cc71 void AdapterStateChangedCallback(bt_state_t state) { in AdapterStateChangedCallback() function
75 FOR_EACH_BLUETOOTH_OBSERVER(AdapterStateChangedCallback(state)); in AdapterStateChangedCallback()
216 AdapterStateChangedCallback,
323 void BluetoothInterface::Observer::AdapterStateChangedCallback( in AdapterStateChangedCallback() function in bluetooth::hal::BluetoothInterface::Observer
H A Dbluetooth_interface.h52 virtual void AdapterStateChangedCallback(bt_state_t state);
H A Dfake_bluetooth_interface.cc97 observer.AdapterStateChangedCallback(state); in NotifyAdapterStateChanged()
/aosp12/system/bt/test/suite/adapter/
H A Dbluetooth_test.h90 void AdapterStateChangedCallback(bt_state_t state) override;
H A Dbluetooth_test.cc119 void BluetoothTest::AdapterStateChangedCallback(bt_state_t new_state) { in AdapterStateChangedCallback() function in bttest::BluetoothTest
/aosp12/system/bt/service/
H A Dadapter.cc503 void AdapterStateChangedCallback(bt_state_t state) override { in AdapterStateChangedCallback() function in bluetooth::AdapterImpl