• Home
  • Raw
  • Download

Lines Matching refs:Some

101             LinkKeyRequestReply(packet) => Some(packet.get_bd_addr()),  in command_remote_device_address()
102 LinkKeyRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
103 PinCodeRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
104 PinCodeRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
105 IoCapabilityRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
106 IoCapabilityRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
107 UserConfirmationRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
108 UserConfirmationRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
109 UserPasskeyRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
110 UserPasskeyRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
111 RemoteOobDataRequestReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
112 RemoteOobDataRequestNegativeReply(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
113 SendKeypressNotification(packet) => Some(packet.get_bd_addr()), in command_remote_device_address()
124 AuthenticationRequested(packet) => Some(packet.get_connection_handle()), in command_connection_handle()
125 SetConnectionEncryption(packet) => Some(packet.get_connection_handle()), in command_connection_handle()