Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dsmp.c813 static u8 get_auth_method(struct smp_chan *smp, u8 local_io, u8 remote_io) in get_auth_method() argument
819 remote_io > SMP_IO_KEYBOARD_DISPLAY) in get_auth_method()
823 return sc_method[remote_io][local_io]; in get_auth_method()
825 return gen_method[remote_io][local_io]; in get_auth_method()
829 u8 local_io, u8 remote_io) in tk_request() argument
842 remote_io); in tk_request()
853 smp->method = get_auth_method(smp, local_io, remote_io); in tk_request()
2658 u8 local_mitm, remote_mitm, local_io, remote_io, method; in sc_select_method() local
2678 remote_io = remote->io_capability; in sc_select_method()
2687 method = get_auth_method(smp, local_io, remote_io); in sc_select_method()