Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c133 static uint8_t get_io_capa(void) in get_io_capa() function
156 return ssp_method[conn->br.remote_io_capa][get_io_capa()]; in ssp_pair_method()
358 if (get_io_capa() == BT_IO_NO_INPUT_OUTPUT && in bt_ssp_start_security()
698 if (get_io_capa() != BT_IO_NO_INPUT_OUTPUT) { in bt_hci_io_capa_req()
727 cp->capability = get_io_capa(); in bt_hci_io_capa_req()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c329 static uint8_t get_io_capa(struct bt_smp *smp) in get_io_capa() function
441 return gen_method_sc[remote_io][get_io_capa(smp)]; in get_pair_method()
2249 method = gen_method_legacy[remote_io][get_io_capa(smp)]; in legacy_get_pair_method()
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()
2980 rsp->io_capability = get_io_capa(smp); in smp_pairing_req()
3165 req->io_capability = get_io_capa(smp); in smp_send_pairing_req()
4144 if (get_io_capa(smp) != BT_SMP_IO_NO_INPUT_OUTPUT) { in smp_security_request()