Home
last modified time | relevance | path

Searched refs:OnLeDisconnect (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_database_callbacks.rs33 OnLeDisconnect(TransportIndex), enumerator
48 self.0.send(MockCallbackEvents::OnLeDisconnect(tcb_idx)).ok().unwrap(); in on_le_disconnect()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_arbiter_acl_arbiter.cc26 void AclArbiter::OnLeDisconnect(uint8_t /* tcb_idx */) {} in OnLeDisconnect() function in bluetooth::shim::arbiter::AclArbiter
/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.h43 void OnLeDisconnect(uint8_t tcb_idx);
Dacl_arbiter.cc56 void AclArbiter::OnLeDisconnect(uint8_t tcb_idx) { in OnLeDisconnect() function in bluetooth::shim::arbiter::AclArbiter
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs1309 assert!(matches!(event, MockCallbackEvents::OnLeDisconnect(TCB_IDX))); in test_disconnection_listener()
1326 assert!(matches!(event, MockCallbackEvents::OnLeDisconnect(TCB_IDX))); in test_multiple_listeners()
1328 assert!(matches!(event, MockCallbackEvents::OnLeDisconnect(TCB_IDX))); in test_multiple_listeners()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc507 bluetooth::shim::arbiter::GetArbiter().OnLeDisconnect(p_tcb->tcb_idx); in gatt_le_connect_cback()