Searched refs:local_io (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/net/bluetooth/ |
D | smp.c | 841 static u8 get_auth_method(struct smp_chan *smp, u8 local_io, u8 remote_io) in get_auth_method() argument 846 if (local_io > SMP_IO_KEYBOARD_DISPLAY || in get_auth_method() 851 return sc_method[remote_io][local_io]; in get_auth_method() 853 return gen_method[remote_io][local_io]; in get_auth_method() 857 u8 local_io, u8 remote_io) in tk_request() argument 869 BT_DBG("tk_request: auth:%d lcl:%d rem:%d", auth, local_io, remote_io); in tk_request() 880 smp->method = get_auth_method(smp, local_io, remote_io); in tk_request() 2632 u8 local_mitm, remote_mitm, local_io, remote_io, method; in sc_select_method() local 2651 local_io = local->io_capability; in sc_select_method() 2661 method = get_auth_method(smp, local_io, remote_io); in sc_select_method()
|