HomeSort by relevance Sort by last modified time
    Searched refs:PF_BLUETOOTH (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 106 #define PF_BLUETOOTH 31 /* Bluetooth sockets. */
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 106 #define PF_BLUETOOTH 31 /* Bluetooth sockets. */
150 #define AF_BLUETOOTH PF_BLUETOOTH
  /external/python/cpython2/Lib/plat-linux2/
IN.py 387 PF_BLUETOOTH = 31
417 AF_BLUETOOTH = PF_BLUETOOTH
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 387 PF_BLUETOOTH = 31
417 AF_BLUETOOTH = PF_BLUETOOTH
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 387 PF_BLUETOOTH = 31
417 AF_BLUETOOTH = PF_BLUETOOTH
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc 124 fd = socket(PF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
  /bionic/libc/include/sys/
socket.h 218 #define PF_BLUETOOTH AF_BLUETOOTH
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 287 #define PF_BLUETOOTH AF_BLUETOOTH
  /system/bt/hci/src/
hci_layer_linux.cc 290 fd = socket(PF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
  /external/adhd/cras/src/server/
cras_bt_device.c 829 sk = socket(PF_BLUETOOTH, SOCK_SEQPACKET, BTPROTO_SCO);

Completed in 93 milliseconds