Searched defs:BluetoothDevice (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device.cc17 bool BluetoothDevice::IsUUIDValid(const std::string& uuid) {
21 BluetoothDevice::BluetoothDevice() { function in class:device::BluetoothDevice
24 BluetoothDevice::~BluetoothDevice() {
27 string16 BluetoothDevice::GetName() const {
36 string16 BluetoothDevice::GetAddressWithLocalizedDeviceTypeName() const {
38 BluetoothDevice::DeviceType device_type = GetDeviceType();
82 BluetoothDevice::DeviceType BluetoothDevice
[all...]
H A Dbluetooth_device.h23 // BluetoothDevice represents a remote Bluetooth device, both its properties and
31 // Since the lifecycle of BluetoothDevice instances is managed by
34 class BluetoothDevice { class in namespace:device
90 virtual void RequestPinCode(BluetoothDevice* device) = 0;
101 virtual void RequestPasskey(BluetoothDevice* device) = 0;
112 virtual void DisplayPinCode(BluetoothDevice* device,
124 virtual void DisplayPasskey(BluetoothDevice* device,
140 virtual void KeysEntered(BluetoothDevice* device,
155 virtual void ConfirmPasskey(BluetoothDevice* device,
168 virtual ~BluetoothDevice();
[all...]

Completed in 55 milliseconds