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

  /system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h 65 #define BT_FLUSHABLE 8
  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 74 #define BT_FLUSHABLE 8
  /external/bluetooth/bluez/btio/
btio.c 536 if (setsockopt(sock, SOL_BLUETOOTH, BT_FLUSHABLE, &f, sizeof(f)) < 0)
835 if (getsockopt(sock, SOL_BLUETOOTH, BT_FLUSHABLE, &f, &len) < 0)
  /external/bluetooth/bluez/audio/
liba2dp.c 197 if (getsockopt(fd, SOL_BLUETOOTH, BT_FLUSHABLE, &flags, &len) < 0)

Completed in 112 milliseconds