Home
last modified time | relevance | path

Searched refs:BT_SMP_IO_NO_INPUT_OUTPUT (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dsmp.h36 #define BT_SMP_IO_NO_INPUT_OUTPUT 0x03 macro
Dsmp.c367 return BT_SMP_IO_NO_INPUT_OUTPUT; in get_io_capa()
2687 if ((get_io_capa(smp) == BT_SMP_IO_NO_INPUT_OUTPUT) || in get_auth()
2759 return get_io_capa(smp) != BT_SMP_IO_NO_INPUT_OUTPUT || in sec_level_reachable()
2762 return (get_io_capa(smp) != BT_SMP_IO_NO_INPUT_OUTPUT || in sec_level_reachable()
4144 if (get_io_capa(smp) != BT_SMP_IO_NO_INPUT_OUTPUT) { in smp_security_request()