Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dacl.cc457 virtual bool IsLocallyInitiated() const = 0;
749 bool IsLocallyInitiated() const override { in IsLocallyInitiated() function in ClassicShimAclConnection
877 bool IsLocallyInitiated() const override { in IsLocallyInitiated() function in LeShimAclConnection
1542 pimpl_->handle_to_classic_connection_map_[handle]->IsLocallyInitiated(); in OnClassicLinkDisconnected()
1615 pimpl_->handle_to_le_connection_map_[handle]->IsLocallyInitiated(); in OnLeLinkDisconnected()
/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h387 bool IsLocallyInitiated() const { return is_originator; } in IsLocallyInitiated() function
Dbtm_sec.cc3238 } else if (p_dev_rec->IsLocallyInitiated()) { in btm_sec_auth_complete()
4510 || (!p_dev_rec->IsLocallyInitiated() && in btm_sec_pin_code_request()
4637 if (p_dev_rec->IsLocallyInitiated()) { in btm_sec_execute_procedure()
4659 if (!p_dev_rec->IsLocallyInitiated()) { in btm_sec_execute_procedure()
4684 (!p_dev_rec->IsLocallyInitiated() && in btm_sec_execute_procedure()
4700 ((p_dev_rec->IsLocallyInitiated() && in btm_sec_execute_procedure()
4702 (!p_dev_rec->IsLocallyInitiated() && in btm_sec_execute_procedure()
4724 p_dev_rec, p_dev_rec->IsLocallyInitiated(), in btm_sec_execute_procedure()