Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dsecurity_request_phase.cc76 Code smp_code = reader.code(); in OnRxBFrame() local
78 if (smp_code == kPairingRequest) { in OnRxBFrame()
84 smp_code); in OnRxBFrame()
Dphase_2_secure_connections.cc380 Code smp_code = reader.code(); in OnRxBFrame() local
382 if (smp_code == kPairingFailed) { in OnRxBFrame()
384 } else if (smp_code == kPairingPublicKey) { in OnRxBFrame()
386 } else if (smp_code == kPairingConfirm) { in OnRxBFrame()
388 } else if (smp_code == kPairingRandom) { in OnRxBFrame()
390 } else if (smp_code == kPairingDHKeyCheck) { in OnRxBFrame()
397 smp_code); in OnRxBFrame()
Dphase_2_legacy.cc382 Code smp_code = reader.code(); in OnRxBFrame() local
384 if (smp_code == kPairingFailed) { in OnRxBFrame()
386 } else if (smp_code == kPairingConfirm) { in OnRxBFrame()
388 } else if (smp_code == kPairingRandom) { in OnRxBFrame()
394 smp_code); in OnRxBFrame()
Dphase_1.cc417 Code smp_code = reader.code(); in OnRxBFrame() local
419 if (smp_code == kPairingFailed) { in OnRxBFrame()
421 } else if (smp_code == kPairingResponse) { in OnRxBFrame()
427 smp_code); in OnRxBFrame()
Dphase_3.cc365 Code smp_code = reader.code(); in OnRxBFrame() local
367 switch (smp_code) { in OnRxBFrame()
388 smp_code); in OnRxBFrame()
Dsecurity_manager.cc1230 Code smp_code = reader.code(); in OnRxBFrame() local
1232 if (smp_code == kPairingRequest) { in OnRxBFrame()
1234 } else if (smp_code == kSecurityRequest) { in OnRxBFrame()
1240 smp_code); in OnRxBFrame()