HomeSort by relevance Sort by last modified time
    Searched refs:AF_BLUETOOTH (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/autotest/client/site_tests/kernel_ProtocolCheck/
kernel_ProtocolCheck.py 15 AF_BLUETOOTH = 31
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),
  /test/vts-testcase/security/poc/target/kernel_bluetooth/30149612/
poc.cpp 16 fd = socket(AF_BLUETOOTH, SOCK_STREAM, 3);
23 sa.sa_family = AF_BLUETOOTH;
  /external/strace/xlat/
addrfams.h 95 #if !(defined(AF_BLUETOOTH) || (defined(HAVE_DECL_AF_BLUETOOTH) && HAVE_DECL_AF_BLUETOOTH))
96 # define AF_BLUETOOTH 31
169 XLAT(AF_BLUETOOTH),
  /external/autotest/client/profilers/powertop/src/
bluetooth.c 111 fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc 81 int fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
95 addr.hci_family = AF_BLUETOOTH;
130 addr.hci_family = AF_BLUETOOTH;
  /external/libpcap/
pcap-bt-linux.c 84 sock = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
216 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
257 addr.hci_family = AF_BLUETOOTH;
pcap-bt-monitor-linux.c 188 handle->fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
203 addr.hci_family = AF_BLUETOOTH;
  /system/bt/hci/src/
hci_layer_linux.cc 192 int fd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
203 addr.hci_family = AF_BLUETOOTH;
297 addr.hci_family = AF_BLUETOOTH;
  /external/strace/tests/
net-sockaddr.c 385 hci->hci_family = AF_BLUETOOTH;
390 printf("connect(-1, {sa_family=AF_BLUETOOTH, hci_dev=htobs(%hu)"
399 .sco_family = AF_BLUETOOTH,
405 printf("connect(-1, {sa_family=AF_BLUETOOTH"
418 .rc_family = AF_BLUETOOTH,
425 printf("connect(-1, {sa_family=AF_BLUETOOTH"
440 .l2_family = AF_BLUETOOTH,
449 printf("connect(-1, {sa_family=AF_BLUETOOTH"
482 u.sa->sa_family = AF_BLUETOOTH;
485 printf("connect(-1, {sa_family=AF_BLUETOOTH, sa_data=\"00\"}, %u)
    [all...]
  /external/strace/tests-m32/
net-sockaddr.c 385 hci->hci_family = AF_BLUETOOTH;
390 printf("connect(-1, {sa_family=AF_BLUETOOTH, hci_dev=htobs(%hu)"
399 .sco_family = AF_BLUETOOTH,
405 printf("connect(-1, {sa_family=AF_BLUETOOTH"
418 .rc_family = AF_BLUETOOTH,
425 printf("connect(-1, {sa_family=AF_BLUETOOTH"
440 .l2_family = AF_BLUETOOTH,
449 printf("connect(-1, {sa_family=AF_BLUETOOTH"
482 u.sa->sa_family = AF_BLUETOOTH;
485 printf("connect(-1, {sa_family=AF_BLUETOOTH, sa_data=\"00\"}, %u)
    [all...]
  /external/strace/tests-mx32/
net-sockaddr.c 385 hci->hci_family = AF_BLUETOOTH;
390 printf("connect(-1, {sa_family=AF_BLUETOOTH, hci_dev=htobs(%hu)"
399 .sco_family = AF_BLUETOOTH,
405 printf("connect(-1, {sa_family=AF_BLUETOOTH"
418 .rc_family = AF_BLUETOOTH,
425 printf("connect(-1, {sa_family=AF_BLUETOOTH"
440 .l2_family = AF_BLUETOOTH,
449 printf("connect(-1, {sa_family=AF_BLUETOOTH"
482 u.sa->sa_family = AF_BLUETOOTH;
485 printf("connect(-1, {sa_family=AF_BLUETOOTH, sa_data=\"00\"}, %u)
    [all...]
  /external/adhd/cras/src/server/
cras_bt_adapter.c 46 ctl = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
  /bionic/libc/include/sys/
socket.h 173 #define AF_BLUETOOTH 31
218 #define PF_BLUETOOTH AF_BLUETOOTH
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 199 #define AF_BLUETOOTH 31
287 #define PF_BLUETOOTH AF_BLUETOOTH
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 150 #define AF_BLUETOOTH PF_BLUETOOTH
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 150 #define AF_BLUETOOTH PF_BLUETOOTH
  /external/strace/
sockaddr.c 325 [AF_BLUETOOTH] = { print_sockaddr_data_bt, SIZEOF_SA_FAMILY + 1 },
  /external/scapy/scapy/layers/
bluetooth.py 818 s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_RAW,
829 s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_RAW,
840 s = socket.socket(socket.AF_BLUETOOTH, socket.SOCK_RAW, socket.BTPROTO_HCI)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 1047 case AF_BLUETOOTH:
    [all...]
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_sdp_socket.py 85 super(BluetoothSDPSocket, self).__init__(family=btsocket.AF_BLUETOOTH,
  /external/python/cpython2/Lib/plat-linux2/
IN.py 417 AF_BLUETOOTH = PF_BLUETOOTH
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 417 AF_BLUETOOTH = PF_BLUETOOTH
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 417 AF_BLUETOOTH = PF_BLUETOOTH

Completed in 246 milliseconds

1 2 3 4