Searched refs:IsPaired (Results 1 – 7 of 7) sorted by relevance
45 bool IsPaired() const { in IsPaired() function53 return IsPaired() && persisted_; in IsBonded()
47 bool LeDevice::IsPaired() const { in IsPaired() function in bluetooth::storage::LeDevice
46 bool ClassicDevice::IsPaired() const { in IsPaired() function in bluetooth::storage::ClassicDevice
69 bool IsPaired() const;
74 bool IsPaired() const;
121 if (GetRecord()->IsBonded() || GetRecord()->IsPaired()) { in OnReceive()
90 if (record->IsPaired()) { in CreateBond()