HomeSort by relevance Sort by last modified time
    Searched refs:AdapterStateChangedCallback (Results 1 - 6 of 6) sorted by null

  /system/bt/service/hal/
bluetooth_interface.cpp 68 void AdapterStateChangedCallback(bt_state_t state) {
72 FOR_EACH_BLUETOOTH_OBSERVER(AdapterStateChangedCallback(state));
198 AdapterStateChangedCallback,
328 void BluetoothInterface::Observer::AdapterStateChangedCallback(
bluetooth_interface.h 52 virtual void AdapterStateChangedCallback(bt_state_t state);
fake_bluetooth_interface.cpp 94 FOR_EACH_OBSERVER(Observer, observers_, AdapterStateChangedCallback(state));
  /system/bt/test/suite/adapter/
bluetooth_test.h 88 void AdapterStateChangedCallback(bt_state_t state);
bluetooth_test.cpp 108 void BluetoothTest::AdapterStateChangedCallback(bt_state_t new_state) {
  /system/bt/service/
adapter.cpp 117 // here and the AdapterStateChangedCallback.
142 // here and the AdapterStateChangedCallback.
229 void AdapterStateChangedCallback(bt_state_t state) override {

Completed in 74 milliseconds