Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c136 return BT_IO_NO_INPUT_OUTPUT; in get_io_capa()
151 return BT_IO_NO_INPUT_OUTPUT; in get_io_capa()
358 if (get_io_capa() == BT_IO_NO_INPUT_OUTPUT && in bt_ssp_start_security()
629 if (evt->capability > BT_IO_NO_INPUT_OUTPUT) { in bt_hci_io_capa_resp()
698 if (get_io_capa() != BT_IO_NO_INPUT_OUTPUT) { in bt_hci_io_capa_req()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h317 #define BT_IO_NO_INPUT_OUTPUT 0x03 macro