pub struct GattcService {
pub start_handle: AttrHandle,
pub end_handle: AttrHandle,
pub uuid: BleUuid,
}Expand description
A remote service discovered on a peer (safe view of ble_gatt_svc).
Fields§
§start_handle: AttrHandle§end_handle: AttrHandle§uuid: BleUuidTrait Implementations§
Source§impl From<&ble_gatt_svc> for GattcService
impl From<&ble_gatt_svc> for GattcService
Source§fn from(svc: &ble_gatt_svc) -> Self
fn from(svc: &ble_gatt_svc) -> Self
Converts to this type from the input type.