Home
last modified time | relevance | path

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

/system/bt/service/hal/
Dbluetooth_interface.cpp68 void AdapterStateChangedCallback(bt_state_t state) { in AdapterStateChangedCallback() function
72 FOR_EACH_BLUETOOTH_OBSERVER(AdapterStateChangedCallback(state)); in AdapterStateChangedCallback()
198 AdapterStateChangedCallback,
328 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.cpp94 FOR_EACH_OBSERVER(Observer, observers_, AdapterStateChangedCallback(state)); in NotifyAdapterStateChanged()
/system/bt/test/suite/adapter/
Dbluetooth_test.h88 void AdapterStateChangedCallback(bt_state_t state);
Dbluetooth_test.cpp108 void BluetoothTest::AdapterStateChangedCallback(bt_state_t new_state) { in AdapterStateChangedCallback() function in bttest::BluetoothTest
/system/bt/service/
Dadapter.cpp229 void AdapterStateChangedCallback(bt_state_t state) override { in AdapterStateChangedCallback() function in bluetooth::AdapterImpl