local_io          841 net/bluetooth/smp.c static u8 get_auth_method(struct smp_chan *smp, u8 local_io, u8 remote_io)
local_io          846 net/bluetooth/smp.c 	if (local_io > SMP_IO_KEYBOARD_DISPLAY ||
local_io          851 net/bluetooth/smp.c 		return sc_method[remote_io][local_io];
local_io          853 net/bluetooth/smp.c 	return gen_method[remote_io][local_io];
local_io          857 net/bluetooth/smp.c 						u8 local_io, u8 remote_io)
local_io          869 net/bluetooth/smp.c 	BT_DBG("tk_request: auth:%d lcl:%d rem:%d", auth, local_io, remote_io);
local_io          880 net/bluetooth/smp.c 		smp->method = get_auth_method(smp, local_io, remote_io);
local_io         2632 net/bluetooth/smp.c 	u8 local_mitm, remote_mitm, local_io, remote_io, method;
local_io         2651 net/bluetooth/smp.c 	local_io = local->io_capability;
local_io         2661 net/bluetooth/smp.c 		method = get_auth_method(smp, local_io, remote_io);