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

  /external/libmojo/device/bluetooth/
bluetooth_advertisement.cc 9 BluetoothAdvertisement::Data::Data(AdvertisementType type)
13 BluetoothAdvertisement::Data::~Data() {
16 BluetoothAdvertisement::Data::Data()
20 void BluetoothAdvertisement::AddObserver(
21 BluetoothAdvertisement::Observer* observer) {
26 void BluetoothAdvertisement::RemoveObserver(
27 BluetoothAdvertisement::Observer* observer) {
32 BluetoothAdvertisement::BluetoothAdvertisement() {
34 BluetoothAdvertisement::~BluetoothAdvertisement()
    [all...]
bluetooth_advertisement.h 24 // BluetoothAdvertisement represents an advertisement which advertises over the
26 class DEVICE_BLUETOOTH_EXPORT BluetoothAdvertisement
27 : public base::RefCounted<BluetoothAdvertisement> {
119 BluetoothAdvertisement* advertisement) = 0;
123 void AddObserver(BluetoothAdvertisement::Observer* observer);
124 void RemoveObserver(BluetoothAdvertisement::Observer* observer);
135 friend class base::RefCounted<BluetoothAdvertisement>;
137 BluetoothAdvertisement();
140 virtual ~BluetoothAdvertisement();
143 // |observers_| are expected to outlive a BluetoothAdvertisement object
    [all...]

Completed in 184 milliseconds