Function nrf_softdevice::ble::gatt_client::discover
source · pub async fn discover<T: Client>(conn: &Connection) -> Result<T, DiscoverError>
Expand description
Discover a service in the peer’s GATT server and construct a Client instance to use it.