Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dhci_layer.cc297 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()
Dhci_layer.h125 std::list<common::ContextualCallback<void(uint16_t, ErrorCode)>> disconnect_handlers_; variable