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

  /system/bluetooth/bluez-clean-headers/bluetooth/
rfcomm.h 29 #define RFCOMM_LM_SECURE 0x0020
  /external/bluetooth/bluez/include/bluetooth/
rfcomm.h 59 #define RFCOMM_LM_SECURE 0x0020
  /external/bluetooth/bluez/test/
rctest.c 205 opt |= RFCOMM_LM_SECURE;
283 opt |= RFCOMM_LM_SECURE;
  /external/bluetooth/bluez/compat/
dund.c 152 lm |= RFCOMM_LM_SECURE;
  /external/bluetooth/bluez/rfcomm/
main.c 507 lm |= RFCOMM_LM_SECURE;
  /frameworks/base/core/jni/
android_bluetooth_BluetoothSocket.cpp 128 lm |= (auth && encrypt) ? RFCOMM_LM_SECURE : 0;
  /external/bluetooth/bluez/common/
btio.c 355 RFCOMM_LM_AUTH | RFCOMM_LM_ENCRYPT | RFCOMM_LM_SECURE,
437 if (opt & RFCOMM_LM_SECURE)

Completed in 61 milliseconds