Home
last modified time | relevance | path

Searched defs:LeAclManagerCallbackShim (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/connection/
Dffi.rs64 callbacks: Box<LeAclManagerCallbackShim>, in unchecked_register_rust_callbacks()
70 type LeAclManagerCallbackShim; typedef
98 callbacks: Box<LeAclManagerCallbackShim>, in register_rust_callbacks()
113 pub struct LeAclManagerCallbackShim( struct
117 impl LeAclManagerCallbackShim { impl
/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.cc38 struct LeAclManagerCallbackShim { struct
39 void OnLeConnectSuccess(core::AddressWithType addr) const { in OnLeConnectSuccess()
42 void OnLeConnectFail(core::AddressWithType addr, uint8_t status) const { in OnLeConnectFail()
45 void OnLeDisconnection(core::AddressWithType addr) const { in OnLeDisconnection()