Searched refs:on_disconnect (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_layer_mock.h | 74 (common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect)); 86 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect, 97 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect,
|
D | hci_interface.h | 76 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect) = 0; 86 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect, 94 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect,
|
D | hci_layer.h | 82 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect); 90 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect, 98 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect,
|
D | hci_layer.cc | 670 void HciLayer::RegisterForDisconnects(ContextualCallback<void(uint16_t, ErrorCode)> on_disconnect) { in RegisterForDisconnects() argument 672 disconnect_handlers_.push_back(on_disconnect); in RegisterForDisconnects() 696 ContextualCallback<void(uint16_t, ErrorCode)> on_disconnect, in GetAclConnectionInterface() argument 706 disconnect_handlers_.push_back(on_disconnect); in GetAclConnectionInterface() 729 ContextualCallback<void(uint16_t, ErrorCode)> on_disconnect, in GetLeAclConnectionInterface() argument 735 disconnect_handlers_.push_back(on_disconnect); in GetLeAclConnectionInterface()
|
/packages/modules/Bluetooth/system/rust/src/connection/ |
D | ffi.rs | 76 fn on_disconnect(&self, address: AddressWithType); in on_disconnect() function 130 fn on_disconnect(&self, address: AddressWithType) { in on_disconnect() method 132 callback.on_disconnect(address); in on_disconnect()
|
D | le_manager.rs | 62 fn on_disconnect(&self, address: AddressWithType); in on_disconnect() method
|
/packages/modules/Bluetooth/system/rust/src/ |
D | connection.rs | 107 fn on_disconnect(&self, address: AddressWithType) { in on_disconnect() method 108 self.with_manager(|manager| manager.on_disconnect(address)) in on_disconnect() 256 fn on_disconnect(&self, address: AddressWithType) { in on_disconnect() method
|
/packages/modules/Bluetooth/system/gd/hci/fuzz/ |
D | fuzz_hci_layer.h | 117 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect, 126 common::ContextualCallback<void(uint16_t, hci::ErrorCode)> on_disconnect,
|
/packages/modules/Bluetooth/system/rust/src/connection/mocks/ |
D | mock_le_manager.rs | 63 self.callbacks.borrow().as_deref().unwrap().on_disconnect(address); in on_le_disconnect()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 526 SendDataUpwards send_data_upwards, OnDisconnect on_disconnect, in ClassicShimAclConnection() argument 533 on_disconnect_(on_disconnect), in ClassicShimAclConnection() 766 SendDataUpwards send_data_upwards, OnDisconnect on_disconnect, in LeShimAclConnection() argument 773 on_disconnect_(on_disconnect), in LeShimAclConnection()
|