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 BLE_WallbotBLE_Challenge by
ble_racp_value_t Struct Reference
[Record Access Control Point]
Record Access Control Point value structure. More...
#include <ble_racp.h>
Data Fields | |
uint8_t | opcode |
Op Code. | |
uint8_t | operator |
Operator. | |
uint8_t | operand_len |
Length of the operand. | |
uint8_t * | p_operand |
Pointer to the operand. |
Detailed Description
Record Access Control Point value structure.
Definition at line 61 of file ble_racp.h.
Field Documentation
uint8_t opcode |
Op Code.
Definition at line 63 of file ble_racp.h.
uint8_t operand_len |
Length of the operand.
Definition at line 65 of file ble_racp.h.
uint8_t operator |
Operator.
Definition at line 64 of file ble_racp.h.
uint8_t* p_operand |
Pointer to the operand.
Definition at line 66 of file ble_racp.h.
Generated on Tue Jul 12 2022 13:52:34 by
