#[gatt_server]
Gatt Service attribute macro.
use trouble_host::prelude::*; #[gatt_server] struct MyGattServer { hrs: HeartRateService, bas: BatteryService, }