Docs.rs
  • core_bluetooth-0.1.0
    • core_bluetooth 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • pingw33n
    • Dependencies
      • async-std ^1.5.0 normal optional
      • enumflags2 ^0.6 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.8 normal
      • objc ^0.2.7 normal
      • static_assertions ^1.1.0 normal
      • anyhow ^1.0.28 dev
      • chrono ^0.4.11 dev
      • clap ^3.0.0-beta.1 dev
      • env_logger ^0.7.1 dev
      • hex ^0.4.2 dev
      • hex-literal ^0.2.1 dev
      • macaddr ^1.0.1 dev
      • openssl-sys ^0.9.55 dev
    • Versions
    • 88.83% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

core_bluetooth0.1.0

Crate Items

  • Structs
  • Enums
  • Type Aliases

List of all items

Structs

  • central::AdvertisementData
  • central::CentralManager
  • central::ScanOptions
  • central::ServiceData
  • central::characteristic::Characteristic
  • central::characteristic::Properties
  • central::descriptor::Descriptor
  • central::peripheral::MaxWriteLen
  • central::peripheral::Peripheral
  • central::service::Service
  • error::Error
  • uuid::Uuid
  • uuid::UuidParseError

Enums

  • ManagerState
  • central::CentralEvent
  • central::characteristic::WriteKind
  • error::AttErrorKind
  • error::ErrorKind

Type Aliases

  • Receiver
  • Tag