Searched refs:OnLeDisconnect (Results 1 – 6 of 6) sorted by relevance
33 OnLeDisconnect(TransportIndex), enumerator48 self.0.send(MockCallbackEvents::OnLeDisconnect(tcb_idx)).ok().unwrap(); in on_le_disconnect()
26 void AclArbiter::OnLeDisconnect(uint8_t /* tcb_idx */) {} in OnLeDisconnect() function in bluetooth::shim::arbiter::AclArbiter
43 void OnLeDisconnect(uint8_t tcb_idx);
56 void AclArbiter::OnLeDisconnect(uint8_t tcb_idx) { in OnLeDisconnect() function in bluetooth::shim::arbiter::AclArbiter
1309 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()
507 bluetooth::shim::arbiter::GetArbiter().OnLeDisconnect(p_tcb->tcb_idx); in gatt_le_connect_cback()