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.c140 return BT_IO_NO_INPUT_OUTPUT; in get_io_capa()
155 return BT_IO_NO_INPUT_OUTPUT; in get_io_capa()
371 if (get_io_capa() == BT_IO_NO_INPUT_OUTPUT && in bt_ssp_start_security()
642 if (evt->capability > BT_IO_NO_INPUT_OUTPUT) { in bt_hci_io_capa_resp()
703 if (get_io_capa() != BT_IO_NO_INPUT_OUTPUT) { in bt_hci_io_capa_req()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h325 #define BT_IO_NO_INPUT_OUTPUT 0x03 macro