Home
last modified time | relevance | path

Searched refs:AF_BLUETOOTH (Results 1 – 12 of 12) sorted by relevance

/external/autotest/client/site_tests/kernel_ProtocolCheck/
Dkernel_ProtocolCheck.py15 AF_BLUETOOTH = 31 variable
26 Protocol('RFCOMM', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_RFCOMM),
27 Protocol('RFCOMM', AF_BLUETOOTH, socket.SOCK_SEQPACKET, BTPROTO_SCO),
28 Protocol('L2CAP', AF_BLUETOOTH, socket.SOCK_STREAM, BTPROTO_L2CAP),
29 Protocol('HCI', AF_BLUETOOTH, socket.SOCK_RAW, BTPROTO_HCI),
/external/strace/xlat/
Daddrfams.h105 #if defined(AF_BLUETOOTH) || (defined(HAVE_DECL_AF_BLUETOOTH) && HAVE_DECL_AF_BLUETOOTH)
106 XLAT(AF_BLUETOOTH),
Daddrfams.in34 AF_BLUETOOTH
/external/libpcap/
Dpcap-bt-linux.c84 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_findalldevs()
217 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_activate()
258 addr.hci_family = AF_BLUETOOTH; in bt_activate()
Dpcap-bt-monitor-linux.c178 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in bt_monitor_activate()
193 addr.hci_family = AF_BLUETOOTH; in bt_monitor_activate()
/external/valgrind/memcheck/tests/linux/
Drfcomm.vgtest4 # Will exit -1 if AF_BLUETOOTH not supported
/external/autotest/client/profilers/powertop/src/
Dbluetooth.c111 fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI); in suggest_bluetooth_off()
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_sdp_socket.py85 super(BluetoothSDPSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
Dbluetooth_socket.py255 super(BluetoothSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
/external/strace/
Dnet.c251 #if defined(AF_BLUETOOTH) && defined(HAVE_BLUETOOTH_BLUETOOTH_H) in print_sockaddr()
252 case AF_BLUETOOTH: in print_sockaddr()
/external/libnl/lib/
Daddr.c913 __ADD(AF_BLUETOOTH,bluetooth)
/external/valgrind/
DNEWS1175 320116 bind on AF_BLUETOOTH produces warnings because of sockaddr_rc padding