Home
last modified time | relevance | path

Searched refs:DeviceFoundCallback (Results 1 – 3 of 3) sorted by relevance

/system/bt/service/hal/
Dbluetooth_interface.cc102 void DeviceFoundCallback(int num_properties, bt_property_t* properties) { in DeviceFoundCallback() function
106 FOR_EACH_BLUETOOTH_OBSERVER(DeviceFoundCallback(num_properties, properties)); in DeviceFoundCallback()
219 DeviceFoundCallback,
340 void BluetoothInterface::Observer::DeviceFoundCallback( in DeviceFoundCallback() function in bluetooth::hal::BluetoothInterface::Observer
Dbluetooth_interface.h60 virtual void DeviceFoundCallback(int num_properties,
/system/bt/service/
Dadapter.cc634 void DeviceFoundCallback(int num_properties, in DeviceFoundCallback() function in bluetooth::AdapterImpl