Home
last modified time | relevance | path

Searched refs:pending_indication (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs222 let pending_indication = spawn_local( in test_send_indication() localVariable
233 assert!(matches!(pending_indication.await.unwrap(), Ok(()))); in test_send_indication()
255 let pending_indication = spawn_local( in test_send_indication_and_disconnect() localVariable
265 pending_indication.await.unwrap(), in test_send_indication_and_disconnect()
/packages/modules/Bluetooth/system/rust/src/gatt/
Dffi.rs440 let pending_indication = bearer.send_indication(handle, value); in send_indication() localVariable
444 .on_indication_sent_confirmation(conn_id, pending_indication.await); in send_indication()