Searched refs:TypeOfDevice (Results 1 – 6 of 6) sorted by relevance
310 std::shared_ptr<TypeOfDevice> TypeOfDevice::Create(const bt_device_type_t& type) { in Create()311 return std::make_shared<TypeOfDevice>(TypeOfDevice(type)); in Create()
162 class TypeOfDevice : public BtPropertySimple<bt_device_type_t> {164 TypeOfDevice(const bt_device_type_t& device_type) in TypeOfDevice() function166 static std::shared_ptr<TypeOfDevice> Create(const bt_device_type_t& device_type);
185 properties.push_back(TypeOfDevice::Create(kTypeOfDevice)); in fill_property()
152 TypeOfDevice, enumerator574 TypeOfDevice(BtDeviceType), enumerator613 BluetoothProperty::TypeOfDevice(_) => BtPropertyType::TypeOfDevice, in get_type()644 BluetoothProperty::TypeOfDevice(_) => mem::size_of::<BtDeviceType>(), in get_len()698 BluetoothProperty::TypeOfDevice(tod) => { in get_data_ptr()807 BtPropertyType::TypeOfDevice => BluetoothProperty::TypeOfDevice( in from()
181 TypeOfDevice = 0x5 variable in BtPropertyType
438 self.properties.get(&BtPropertyType::TypeOfDevice).map_or(BtTransport::Auto, |prop| { in get_default_transport()440 BluetoothProperty::TypeOfDevice(t) => match *t { in get_default_transport()702 .get(&BtPropertyType::TypeOfDevice) in update_connectable_mode()704 BluetoothProperty::TypeOfDevice(transport) => { in update_connectable_mode()1171 BluetoothProperty::TypeOfDevice(p) => device_type = p.clone(), in send_metrics_remote_device_info()1991 BluetoothProperty::TypeOfDevice(_) => true, in remote_device_properties_changed()2558 match self.get_remote_device_property(&device, &BtPropertyType::TypeOfDevice) { in get_remote_type()2559 Some(BluetoothProperty::TypeOfDevice(device_type)) => return device_type, in get_remote_type()