Home
last modified time | relevance | path

Searched refs:AF_BLUETOOTH (Results 1 – 17 of 17) 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.h95 #if !(defined(AF_BLUETOOTH) || (defined(HAVE_DECL_AF_BLUETOOTH) && HAVE_DECL_AF_BLUETOOTH))
96 # define AF_BLUETOOTH 31 macro
166 XLAT(AF_BLUETOOTH),
Daddrfams.in32 AF_BLUETOOTH 31
/external/strace/tests/
Dnet-sockaddr.c394 hci->hci_family = AF_BLUETOOTH; in check_hci()
408 .sco_family = AF_BLUETOOTH, in check_sco()
427 .rc_family = AF_BLUETOOTH, in check_rc()
449 .l2_family = AF_BLUETOOTH, in check_l2()
491 u.sa->sa_family = AF_BLUETOOTH; in check_raw()
/external/strace/tests-mx32/
Dnet-sockaddr.c394 hci->hci_family = AF_BLUETOOTH; in check_hci()
408 .sco_family = AF_BLUETOOTH, in check_sco()
427 .rc_family = AF_BLUETOOTH, in check_rc()
449 .l2_family = AF_BLUETOOTH, in check_l2()
491 u.sa->sa_family = AF_BLUETOOTH; in check_raw()
/external/strace/tests-m32/
Dnet-sockaddr.c394 hci->hci_family = AF_BLUETOOTH; in check_hci()
408 .sco_family = AF_BLUETOOTH, in check_sco()
427 .rc_family = AF_BLUETOOTH, in check_rc()
449 .l2_family = AF_BLUETOOTH, in check_l2()
491 u.sa->sa_family = AF_BLUETOOTH; in check_raw()
/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/strace/
Dsockaddr.c254 [AF_BLUETOOTH] = { print_sockaddr_data_bt, SIZEOF_SA_FAMILY + 1 },
Dnet.c156 case AF_BLUETOOTH: in SYS_FUNC()
DChangeLog8671 net.c: fix printing AF_BLUETOOTH socket addresses.
8819 net.c: use AF_BLUETOOTH unconditionally.
8821 for AF_BLUETOOTH availability.
23353 * net.c [AF_BLUETOOTH && HAVE_BLUETOOTH_BLUETOOTH_H]: Include bluetooth
23356 (printsock) [AF_BLUETOOTH && HAVE_BLUETOOTH_BLUETOOTH_H]: Dump details
23357 for AF_BLUETOOTH sockets.
/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/libnl/lib/
Daddr.c1041 __ADD(AF_BLUETOOTH,bluetooth)
/external/valgrind/
DNEWS1175 320116 bind on AF_BLUETOOTH produces warnings because of sockaddr_rc padding