Home
last modified time | relevance | path

Searched refs:on_disconnect (Results 1 – 4 of 4) sorted by relevance

/system/bt/gd/hci/
Dhci_layer.h72 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect);
76 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect);
Dhci_layer.cc304 ContextualCallback<void(uint16_t, ErrorCode)> on_disconnect) { in GetAclConnectionInterface() argument
308 disconnect_handlers_.push_back(on_disconnect); in GetAclConnectionInterface()
314 ContextualCallback<void(uint16_t, ErrorCode)> on_disconnect) { in GetLeAclConnectionInterface() argument
318 disconnect_handlers_.push_back(on_disconnect); in GetLeAclConnectionInterface()
/system/bt/gd/hci/fuzz/
Dfuzz_hci_layer.cc40 ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect) { in GetAclConnectionInterface() argument
46 ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect) { in GetLeAclConnectionInterface() argument
Dfuzz_hci_layer.h104 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect) override;
108 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect) override;