Searched refs:AF_BLUETOOTH (Results 1 - 13 of 13) sorted by relevance

/external/autotest/client/site_tests/kernel_ProtocolCheck/
H A 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/
H A 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),
/external/autotest/client/profilers/powertop/src/
H A Dbluetooth.c111 fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
/external/libpcap/
H A Dpcap-bt-linux.c84 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
217 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
258 addr.hci_family = AF_BLUETOOTH;
H A Dpcap-bt-monitor-linux.c178 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
193 addr.hci_family = AF_BLUETOOTH;
/external/strace/tests/
H A Dnet-sockaddr.c394 hci->hci_family = AF_BLUETOOTH;
399 printf("connect(-1, {sa_family=AF_BLUETOOTH, hci_dev=htobs(%hu)"
408 .sco_family = AF_BLUETOOTH,
414 printf("connect(-1, {sa_family=AF_BLUETOOTH"
427 .rc_family = AF_BLUETOOTH,
434 printf("connect(-1, {sa_family=AF_BLUETOOTH"
449 .l2_family = AF_BLUETOOTH,
458 printf("connect(-1, {sa_family=AF_BLUETOOTH"
491 u.sa->sa_family = AF_BLUETOOTH;
494 printf("connect(-1, {sa_family=AF_BLUETOOTH, sa_dat
[all...]
/external/strace/tests-m32/
H A Dnet-sockaddr.c394 hci->hci_family = AF_BLUETOOTH;
399 printf("connect(-1, {sa_family=AF_BLUETOOTH, hci_dev=htobs(%hu)"
408 .sco_family = AF_BLUETOOTH,
414 printf("connect(-1, {sa_family=AF_BLUETOOTH"
427 .rc_family = AF_BLUETOOTH,
434 printf("connect(-1, {sa_family=AF_BLUETOOTH"
449 .l2_family = AF_BLUETOOTH,
458 printf("connect(-1, {sa_family=AF_BLUETOOTH"
491 u.sa->sa_family = AF_BLUETOOTH;
494 printf("connect(-1, {sa_family=AF_BLUETOOTH, sa_dat
[all...]
/external/strace/tests-mx32/
H A Dnet-sockaddr.c394 hci->hci_family = AF_BLUETOOTH;
399 printf("connect(-1, {sa_family=AF_BLUETOOTH, hci_dev=htobs(%hu)"
408 .sco_family = AF_BLUETOOTH,
414 printf("connect(-1, {sa_family=AF_BLUETOOTH"
427 .rc_family = AF_BLUETOOTH,
434 printf("connect(-1, {sa_family=AF_BLUETOOTH"
449 .l2_family = AF_BLUETOOTH,
458 printf("connect(-1, {sa_family=AF_BLUETOOTH"
491 u.sa->sa_family = AF_BLUETOOTH;
494 printf("connect(-1, {sa_family=AF_BLUETOOTH, sa_dat
[all...]
/external/strace/
H A Dsockaddr.c254 [AF_BLUETOOTH] = { print_sockaddr_data_bt, SIZEOF_SA_FAMILY + 1 },
H A Dnet.c156 case AF_BLUETOOTH:
/external/autotest/client/common_lib/cros/bluetooth/
H A Dbluetooth_sdp_socket.py85 super(BluetoothSDPSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
H A Dbluetooth_socket.py255 super(BluetoothSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
/external/libnl/lib/
H A Daddr.c1041 __ADD(AF_BLUETOOTH,bluetooth)

Completed in 664 milliseconds