Home
last modified time | relevance | path

Searched refs:RFCOMM_LM_SECURE (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/lib/bluetooth/
Drfcomm.h59 #define RFCOMM_LM_SECURE 0x0020 macro
/external/bluetooth/bluez/test/
Drctest.c205 opt |= RFCOMM_LM_SECURE; in do_connect()
283 opt |= RFCOMM_LM_SECURE; in do_listen()
/external/bluetooth/bluez/compat/
Ddund.c152 lm |= RFCOMM_LM_SECURE; in do_listen()
/external/bluetooth/bluez/src/
Dbtio.c358 RFCOMM_LM_AUTH | RFCOMM_LM_ENCRYPT | RFCOMM_LM_SECURE, in rfcomm_set_lm()
440 if (opt & RFCOMM_LM_SECURE) in rfcomm_get_lm()
/external/bluetooth/bluez/tools/
Dmain.c511 lm |= RFCOMM_LM_SECURE; in cmd_listen()