Home
last modified time | relevance | path

Searched refs:DiscoveryStateChangedCallback (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/hal/
Dbluetooth_interface.cpp100 void DiscoveryStateChangedCallback(bt_discovery_state_t state) { in DiscoveryStateChangedCallback() function
104 FOR_EACH_BLUETOOTH_OBSERVER(DiscoveryStateChangedCallback(state)); in DiscoveryStateChangedCallback()
202 DiscoveryStateChangedCallback,
348 void BluetoothInterface::Observer::DiscoveryStateChangedCallback( in DiscoveryStateChangedCallback() function in bluetooth::hal::BluetoothInterface::Observer
Dbluetooth_interface.h60 virtual void DiscoveryStateChangedCallback(bt_discovery_state_t state);
/system/bt/test/suite/adapter/
Dbluetooth_test.h91 void DiscoveryStateChangedCallback(bt_discovery_state_t state);
Dbluetooth_test.cpp125 void BluetoothTest::DiscoveryStateChangedCallback(bt_discovery_state_t state) { in DiscoveryStateChangedCallback() function in bttest::BluetoothTest