Skip to main content

conn_find

Function conn_find 

Source
pub fn conn_find(conn_handle: ConnHandle) -> Result<BleConnDesc, BleError>
Expand description

Look up a connection descriptor by handle.

A stateless query against the running host, so it is a free function rather than a BleDriver method — it needs no live handle and is convenient to call from within a GAP event callback.