Lines Matching refs:Some
64 LinkKeyRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
65 LinkKeyRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
66 PinCodeRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
67 PinCodeRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
68 IoCapabilityRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
69 IoCapabilityRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
70 UserConfirmationRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
71 UserConfirmationRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
72 UserPasskeyRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
73 UserPasskeyRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
74 RemoteOobDataRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
75 RemoteOobDataRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
76 SendKeypressNotification(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
87 AuthenticationRequested(packet) => Some(packet.get_connection_handle()), in command_connection_handle()
88 SetConnectionEncryption(packet) => Some(packet.get_connection_handle()), in command_connection_handle()