Searched refs:disconnect_handlers_ (Results 1 – 2 of 2) sorted by relevance
297 for (auto callback : disconnect_handlers_) { in Disconnect()308 disconnect_handlers_.push_back(on_disconnect); in GetAclConnectionInterface()318 disconnect_handlers_.push_back(on_disconnect); in GetLeAclConnectionInterface()
125 std::list<common::ContextualCallback<void(uint16_t, ErrorCode)>> disconnect_handlers_; variable