Home
last modified time | relevance | path

Searched defs:address_type (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py152 def add_device(self, address, address_type, action): argument
166 def remove_device(self, address, address_type): argument
/external/autotest/client/cros/cellular/
Dcellular.py161 def __init__(self, address, address_type='INAT', address_plan='ISDN'): argument
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py907 def start_discovery(self, index, address_type): argument
932 def stop_discovery(self, index, address_type): argument
1089 def add_device(self, index, address, address_type, action): argument
1114 def remove_device(self, index, address, address_type): argument
/external/autotest/client/cros/bluetooth/
Dbluetooth_device_xmlrpc_server.py402 def add_device(self, address, address_type, action): argument
417 def remove_device(self, address, address_type): argument
/external/tcpdump/
Dprint-lspping.c428 uint8_t address_type; member
436 uint8_t address_type; member
/external/dbus/dbus/
Ddbus-bus.c432 DBusBusType address_type; in internal_bus_get() local