Searched refs:bondFromLocal (Results 1 – 2 of 2) sorted by relevance
461 bool bondFromLocal = config_.GetRemoteDeviceBondFromLocal(addr); in GetPairedDevice() local462 remote->SetBondedFromLocal(bondFromLocal); in GetPairedDevice()510 bool bondFromLocal = remote->IsBondedFromLocal(); in SavePairedDeviceInfo() local511 config_.SetRemoteDeviceBondFromLocal(addr, bondFromLocal); in SavePairedDeviceInfo()
1211 bool bondFromLocal = false; in PinCodeReq() local1214 remoteDevice->SetBondedFromLocal(bondFromLocal); in PinCodeReq()1555 bool bondFromLocal = remoteDevice->IsBondedFromLocal(); in ReceiveSimplePairComplete() local1557 if (bondFromLocal == false) { in ReceiveSimplePairComplete()2042 bool bondFromLocal = remoteDevice->IsBondedFromLocal(); in ReceiveConnectionComplete() local2044 if (pinMode_ == true && bondFromLocal == false) { in ReceiveConnectionComplete()2099 HILOGI("bondFromLocal = %{public}d", bondFromLocal); in ReceiveDisconnectionComplete()2100 if (!bondFromLocal) { in ReceiveDisconnectionComplete()2181 bool bondFromLocal = false; in SetIoCapability() local2184 remoteDevice->SetBondedFromLocal(bondFromLocal); in SetIoCapability()[all …]