Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_database_callbacks.rs31 OnLeConnect(TransportIndex, WeakBox<AttServerBearer<AttDatabaseImpl>>), enumerator
44 self.0.send(MockCallbackEvents::OnLeConnect(tcb_idx, bearer.downgrade())).ok().unwrap(); in on_le_connect()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_arbiter_acl_arbiter.cc23 void AclArbiter::OnLeConnect(uint8_t /* tcb_idx */, in OnLeConnect() function in bluetooth::shim::arbiter::AclArbiter
/packages/modules/Bluetooth/system/stack/arbiter/
Dacl_arbiter.h42 void OnLeConnect(uint8_t tcb_idx, uint16_t advertiser_id);
Dacl_arbiter.cc48 void AclArbiter::OnLeConnect(uint8_t tcb_idx, uint16_t advertiser_id) { in OnLeConnect() function in bluetooth::shim::arbiter::AclArbiter
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc559 bluetooth::shim::arbiter::GetArbiter().OnLeConnect(p_tcb->tcb_idx, in gatt_le_connect_cback()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs1294 assert!(matches!(event, MockCallbackEvents::OnLeConnect(TCB_IDX, _))); in test_connection_listener()