Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/security/
Dfacade.cc623 BondMsg bond_failed; in OnDeviceBondFailed() local
624 *bond_failed.mutable_peer() = ToFacadeAddressWithType(peer); in OnDeviceBondFailed()
625 bond_failed.set_message_type(BondMsgType::DEVICE_BOND_FAILED); in OnDeviceBondFailed()
626 bond_failed.set_reason(static_cast<uint8_t>(status.reason)); in OnDeviceBondFailed()
627 bond_events_.OnIncomingEvent(bond_failed); in OnDeviceBondFailed()