pub struct GapInit {
pub status: Status,
pub service_handle: AttributeHandle,
pub dev_name_handle: AttributeHandle,
pub appearance_handle: AttributeHandle,
}
Expand description
Parameters returned by the GAP Init command.
Fields§
§status: Status
§service_handle: AttributeHandle
Handle for the GAP service
dev_name_handle: AttributeHandle
Handle for the device name characteristic added to the GAP service.
appearance_handle: AttributeHandle
Handle for the appearance characteristic added to the GAP service.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GapInit
impl RefUnwindSafe for GapInit
impl Send for GapInit
impl Sync for GapInit
impl Unpin for GapInit
impl UnwindSafe for GapInit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more