changed low freq. clock source to IRC
Dependents: BLE_ANCS_SDAPI_IRC
Fork of nRF51822 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 62 of file ble_racp.h.
Field Documentation
| uint8_t opcode |
Op Code.
Definition at line 64 of file ble_racp.h.
| uint8_t operand_len |
Length of the operand.
Definition at line 66 of file ble_racp.h.
| uint8_t operator |
Operator.
Definition at line 65 of file ble_racp.h.
| uint8_t* p_operand |
Pointer to the operand.
Definition at line 67 of file ble_racp.h.
Generated on Tue Jul 12 2022 16:36:23 by
1.7.2
Yoshihiro TSUBOI
