Lines Matching full:bluetoothadapter
12 BluetoothAdapter::BluetoothAdapter() {
15 BluetoothAdapter::~BluetoothAdapter() {
19 BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() {
21 const_cast<const BluetoothAdapter *>(this)->GetDevices();
31 BluetoothAdapter::ConstDeviceList BluetoothAdapter::GetDevices() const {
41 BluetoothDevice* BluetoothAdapter::GetDevice(const std::string& address) {
43 const_cast<const BluetoothAdapter *>(this)->GetDevice(address));
46 const BluetoothDevice* BluetoothAdapter::GetDevice(