Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dhci_layer.h139 std::list<common::ContextualCallback<void(uint16_t, ErrorCode)>> disconnect_handlers_; variable
Dhci_layer.cc442 for (auto callback : disconnect_handlers_) { in Disconnect()
474 disconnect_handlers_.push_back(on_disconnect); in GetAclConnectionInterface()
488 disconnect_handlers_.push_back(on_disconnect); in GetLeAclConnectionInterface()