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

  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 50 #ifndef SOL_BLUETOOTH
51 #define SOL_BLUETOOTH 274
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 59 #ifndef SOL_BLUETOOTH
60 #define SOL_BLUETOOTH 274
  /external/bluetooth/bluez/btio/
btio.c 387 if (setsockopt(sock, SOL_BLUETOOTH, BT_POWER, &pwr,
414 if (setsockopt(sock, SOL_BLUETOOTH, BT_SECURITY, &sec,
486 if (getsockopt(sock, SOL_BLUETOOTH, BT_POWER, &pwr, &len) == 0) {
508 if (getsockopt(sock, SOL_BLUETOOTH, BT_SECURITY, &sec, &len) == 0) {
536 if (setsockopt(sock, SOL_BLUETOOTH, BT_FLUSHABLE, &f, sizeof(f)) < 0)
835 if (getsockopt(sock, SOL_BLUETOOTH, BT_FLUSHABLE, &f, &len) < 0)
885 if (getsockopt(sock, SOL_BLUETOOTH, BT_DEFER_SETUP,
1011 if (getsockopt(sock, SOL_BLUETOOTH, BT_DEFER_SETUP,
1420 setsockopt(sock, SOL_BLUETOOTH, BT_DEFER_SETUP, &opts.defer,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 291 #define SOL_BLUETOOTH 274
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 291 #define SOL_BLUETOOTH 274
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 291 #define SOL_BLUETOOTH 274
  /external/bluetooth/bluez/audio/
liba2dp.c 197 if (getsockopt(fd, SOL_BLUETOOTH, BT_FLUSHABLE, &flags, &len) < 0)
210 if (setsockopt(fd, SOL_BLUETOOTH, L2CAP_LM, &flags, sizeof(flags)) < 0)
  /external/bluetooth/bluez/test/
rctest.c 294 if (opt && setsockopt(sk, SOL_BLUETOOTH, BT_DEFER_SETUP,
l2test.c 426 if (opt && setsockopt(sk, SOL_BLUETOOTH, BT_DEFER_SETUP,
  /external/strace/
net.c 434 #if defined(SOL_BLUETOOTH)
435 { SOL_BLUETOOTH,"SOL_BLUETOOTH" },
    [all...]

Completed in 363 milliseconds