Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
Defines related to serialized BLE commands.
Defines for serialized BLE commands. More...
Enumerations | |
enum | ble_rpc_pkt_type_t { BLE_RPC_PKT_CMD, BLE_RPC_PKT_RESP, BLE_RPC_PKT_EVT, BLE_RPC_PKT_TYPE_MAX } |
The types of packets. More... |
Detailed Description
Defines for serialized BLE commands.
Enumeration Type Documentation
enum ble_rpc_pkt_type_t |
The types of packets.
- Enumerator:
BLE_RPC_PKT_CMD Command packet type.
BLE_RPC_PKT_RESP Command Response packet type.
BLE_RPC_PKT_EVT Event packet type.
BLE_RPC_PKT_TYPE_MAX Upper bound.
Definition at line 45 of file ble_rpc_defines.h.
Generated on Tue Jul 12 2022 19:00:53 by
