Home
last modified time | relevance | path

Searched defs:on_disconnect (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/connection/
Dffi.rs76 fn on_disconnect(&self, address: AddressWithType); in on_disconnect() function
130 fn on_disconnect(&self, address: AddressWithType) { in on_disconnect() method
Dle_manager.rs62 fn on_disconnect(&self, address: AddressWithType); in on_disconnect() method
/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs107 fn on_disconnect(&self, address: AddressWithType) { in on_disconnect() method
256 fn on_disconnect(&self, address: AddressWithType) { in on_disconnect() method
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc670 void HciLayer::RegisterForDisconnects(ContextualCallback<void(uint16_t, ErrorCode)> on_disconnect) { in RegisterForDisconnects()
696 ContextualCallback<void(uint16_t, ErrorCode)> on_disconnect, in GetAclConnectionInterface()
729 ContextualCallback<void(uint16_t, ErrorCode)> on_disconnect, in GetLeAclConnectionInterface()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc526 SendDataUpwards send_data_upwards, OnDisconnect on_disconnect, in ClassicShimAclConnection()
766 SendDataUpwards send_data_upwards, OnDisconnect on_disconnect, in LeShimAclConnection()