Home
last modified time | relevance | path

Searched refs:local_io (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
H A Dsmp.c835 static u8 get_auth_method(struct smp_chan *smp, u8 local_io, u8 remote_io) in get_auth_method() argument
840 if (local_io > SMP_IO_KEYBOARD_DISPLAY || in get_auth_method()
845 return sc_method[remote_io][local_io]; in get_auth_method()
847 return gen_method[remote_io][local_io]; in get_auth_method()
851 u8 local_io, u8 remote_io) in tk_request()
863 bt_dev_dbg(hcon->hdev, "auth:%d lcl:%d rem:%d", auth, local_io, in tk_request()
875 smp->method = get_auth_method(smp, local_io, remote_io); in tk_request()
2695 u8 local_mitm, remote_mitm, local_io, remote_io, method; in sc_select_method() local
2714 local_io = local->io_capability; in sc_select_method()
2724 method = get_auth_method(smp, local_io, remote_i in sc_select_method()
850 tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, u8 local_io, u8 remote_io) tk_request() argument
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dsmp.c836 static u8 get_auth_method(struct smp_chan *smp, u8 local_io, u8 remote_io) in get_auth_method() argument
841 if (local_io > SMP_IO_KEYBOARD_DISPLAY || in get_auth_method()
846 return sc_method[remote_io][local_io]; in get_auth_method()
848 return gen_method[remote_io][local_io]; in get_auth_method()
852 u8 local_io, u8 remote_io) in tk_request()
864 bt_dev_dbg(hcon->hdev, "auth:%u lcl:%u rem:%u", auth, local_io, in tk_request()
876 smp->method = get_auth_method(smp, local_io, remote_io); in tk_request()
2701 u8 local_mitm, remote_mitm, local_io, remote_io, method; in sc_select_method() local
2720 local_io = local->io_capability; in sc_select_method()
2730 method = get_auth_method(smp, local_io, remote_i in sc_select_method()
851 tk_request(struct l2cap_conn *conn, u8 remote_oob, u8 auth, u8 local_io, u8 remote_io) tk_request() argument
[all...]

Completed in 8 milliseconds