Home
last modified time | relevance | path

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

/system/bt/service/hal/
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
Dbluetooth_interface.h52 virtual void AdapterStateChangedCallback(bt_state_t state);
Dfake_bluetooth_interface.cc97 observer.AdapterStateChangedCallback(state); in NotifyAdapterStateChanged()
/system/bt/test/suite/adapter/
Dbluetooth_test.h90 void AdapterStateChangedCallback(bt_state_t state) override;
Dbluetooth_test.cc119 void BluetoothTest::AdapterStateChangedCallback(bt_state_t new_state) { in AdapterStateChangedCallback() function in bttest::BluetoothTest
/system/bt/service/
Dadapter.cc503 void AdapterStateChangedCallback(bt_state_t state) override { in AdapterStateChangedCallback() function in bluetooth::AdapterImpl