Home | History | Annotate | Download | only in bluetooth

Lines Matching full:address

79           ( address, bluetooth_version, manufacturer_id,
105 @param le_public: Whether to detect LE Public Address devices.
106 @param le_random: Whether to detect LE Random Address devices.
109 (address, address_type, rssi, flags, base64-encoded eirdata),
118 (address, address_type, rssi, flags,
120 for address, address_type, rssi, flags, eirdata
140 def connect(self, address):
141 """Connect to device with the given address
143 @param address: Bluetooth address.
146 self._proxy.connect(address)
227 The IP address or the hostname can be specified in the 'tester' member of
232 is specified as an IP address and thus the hostname cannot be derived.