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

  /system/bt/service/hal/
bluetooth_interface.cc 99 void DiscoveryStateChangedCallback(bt_discovery_state_t state) {
103 FOR_EACH_BLUETOOTH_OBSERVER(DiscoveryStateChangedCallback(state));
192 DiscoveryStateChangedCallback,
328 void BluetoothInterface::Observer::DiscoveryStateChangedCallback(
bluetooth_interface.h 60 virtual void DiscoveryStateChangedCallback(bt_discovery_state_t state);
  /system/bt/test/suite/adapter/
bluetooth_test.h 94 void DiscoveryStateChangedCallback(bt_discovery_state_t state) override;
bluetooth_test.cc 145 void BluetoothTest::DiscoveryStateChangedCallback(bt_discovery_state_t state) {

Completed in 75 milliseconds