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

  /external/bluetooth/bluez/lib/bluetooth/
l2cap.h 71 #define L2CAP_LM_SECURE 0x0020
  /system/bluetooth/bluez-clean-headers/bluetooth/
l2cap.h 61 #define L2CAP_LM_SECURE 0x0020
  /external/bluetooth/bluez/test/
l2test.c 279 opt |= L2CAP_LM_SECURE;
384 opt |= L2CAP_LM_SECURE;
1032 opt = L2CAP_LM_SECURE;
  /external/bluetooth/bluez/compat/
pand.c 694 link_mode |= L2CAP_LM_SECURE;
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 137 lm |= (auth && encrypt) ? L2CAP_LM_SECURE : 0;
  /external/bluetooth/bluez/btio/
btio.c 355 L2CAP_LM_AUTH | L2CAP_LM_ENCRYPT | L2CAP_LM_SECURE,
451 if (opt & L2CAP_LM_SECURE)
  /external/qemu/hw/
bt.h     [all...]

Completed in 53 milliseconds