Expand description
Minimal HCI support for Bluetooth operations.
See the BLE docs, Part E. Host Controller Interface Functional Specification
Structs§
- AdvReport
- An advertising report
- BleScan
Params
Enums§
- AdvData
- See Bluetooth Assigned Numbers, section 2.3: Common Data Types
- BleOwn
Addr Type - BleScan
Type - Filter
Policy - HciEvent
- HciEvent
Type - HciOcf
- https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-61/out/en/host-controller-interface/host-controller-interface-functional-specification.html#UUID-b0b17bc4-7719-7867-d773-1cd21c76fcd5
- HciOgf
- https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Core-61/out/en/host-controller-interface/host-controller-interface-functional-specification.html#UUID-b0b17bc4-7719-7867-d773-1cd21c76fcd5
- HciPkt
Constants§
Functions§
- make_
hci_ cmd - Build helper to push (pkt_type, opcode, params) into an ESP-Hosted frame.
Construct the opcode from OGF and OCF, using
make_hci_opcode()
. - make_
hci_ opcode - parse_
adv_ data - parse_
hci_ events