Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc665 for (auto callback : disconnect_handlers_) { in Disconnect()
672 disconnect_handlers_.push_back(on_disconnect); in RegisterForDisconnects()
706 disconnect_handlers_.push_back(on_disconnect); in GetAclConnectionInterface()
722 disconnect_handlers_.clear(); in PutAclConnectionInterface()
735 disconnect_handlers_.push_back(on_disconnect); in GetLeAclConnectionInterface()
750 disconnect_handlers_.clear(); in PutLeAclConnectionInterface()
Dhci_layer.h144 std::list<common::ContextualCallback<void(uint16_t, ErrorCode)>> disconnect_handlers_; variable