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

  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 299 (address, address_type, rssi, flags, base64-encoded eirdata),
303 address_type = 0
305 address_type |= 0x1
307 address_type |= 0x2
309 address_type |= 0x4
311 set_type = self._control.start_discovery(self.index, address_type)
312 if set_type != address_type:
314 '%x != %x', set_type, address_type)
319 (address, address_type, rssi, flags,
321 for address, address_type, rssi, flags, eirdata in device
    [all...]
bluetooth_device_xmlrpc_server.py 402 def add_device(self, address, address_type, action):
406 @param address_type: Type of device in @address.
410 ( address, address_type ), None on failure.
414 0, address, address_type, action))
417 def remove_device(self, address, address_type):
421 @param address_type: Type of device in @address.
424 ( address, address_type ), None on failure.
428 0, address, address_type))
  /external/autotest/server/cros/bluetooth/
bluetooth_device.py 152 def add_device(self, address, address_type, action):
156 @param address_type: Type of device in @address.
159 @return tuple of ( address, address_type ) on success,
163 return json.loads(self._proxy.add_device(address, address_type, action))
166 def remove_device(self, address, address_type):
170 @param address_type: Type of device in @address.
172 @return tuple of ( address, address_type ) on success,
176 return json.loads(self._proxy.remove_device(address, address_type))
bluetooth_tester.py 109 (address, address_type, rssi, flags, base64-encoded eirdata),
118 (address, address_type, rssi, flags,
120 for address, address_type, rssi, flags, eirdata
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.x 66 union bp_address switch (int address_type) {
bootparam_prot.h 40 int address_type; member in struct:bp_address
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
bootparam_prot.x 66 union bp_address switch (int address_type) {
bootparam_prot.h 40 int address_type; member in struct:bp_address
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py     [all...]
  /external/autotest/client/cros/cellular/
cellular.py 161 def __init__(self, address, address_type='INAT', address_plan='ISDN'):
171 address_type: INAT, NAT, NET, SUBS, ALPH, ABBR, RES
176 self.address_type = address_type
  /external/autotest/client/common_lib/cros/network/
interface.py 138 address_type, address_value = address_parts[:2]
139 if address_type in self.ADDRESS_TYPES:
140 if address_type not in addresses:
141 addresses[address_type] = []
142 addresses[address_type].append(address_value)
  /external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
bluetooth_Sanity_Discoverable.py 33 for address, address_type, rssi, flags, eirdata in devices:
  /external/tcpdump/
print-lspping.c 428 uint8_t address_type; member in struct:lspping_tlv_downstream_map_ipv4_t
436 uint8_t address_type; member in struct:lspping_tlv_downstream_map_ipv6_t
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 98 def address_type(address): function
125 family = family or (address and address_type(address)) \
165 family = family or address_type(address)
290 family = address_type(address)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 98 def address_type(address): function
125 family = family or (address and address_type(address)) \
165 family = family or address_type(address)
290 family = address_type(address)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 98 def address_type(address): function
125 family = family or (address and address_type(address)) \
165 family = family or address_type(address)
290 family = address_type(address)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 98 def address_type(address): function
125 family = family or (address and address_type(address)) \
165 family = family or address_type(address)
290 family = address_type(address)
  /external/dbus/dbus/
dbus-bus.c 432 DBusBusType address_type; local
451 address_type = type;
469 address = bus_connection_addresses[address_type];
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java     [all...]

Completed in 1497 milliseconds