BLE_API
v2.1.3
|
Typedefs | |
typedef uint8_t | BleAttOpcode |
BLE attribute operation code definition.
#define OPCODE_ATT_ERROR_RESPONSE 0x01 |
Error response.
#define OPCODE_ATT_EXCHANGE_MTU_REQUEST 0x02 |
Exchange MTU request.
#define OPCODE_ATT_EXCHANGE_MTU_RESPONSE 0x03 |
Exchange MTU response.
#define OPCODE_ATT_EXECUTE_WRITE_REQUEST 0x18 |
Execute write request.
#define OPCODE_ATT_EXECUTE_WRITE_RESPONSE 0x19 |
Execute write response.
#define OPCODE_ATT_FIND_BY_TYPE_VALUE_REQUEST 0x06 |
Find by type value request.
#define OPCODE_ATT_FIND_BY_TYPE_VALUE_RESPONSE 0x07 |
Find by type value response.
#define OPCODE_ATT_FIND_INFORMATION_REQUEST 0x04 |
Find information request.
#define OPCODE_ATT_FIND_INFORMATION_RESPONSE 0x05 |
Find information response.
#define OPCODE_ATT_HANDLE_VALUE_CONFIRMATION 0x1E |
Handle value confirmation.
#define OPCODE_ATT_HANDLE_VALUE_INDICATION 0x1D |
Handle value indication.
#define OPCODE_ATT_HANDLE_VALUE_NOTIFICATION 0x1B |
Handle value notification.
#define OPCODE_ATT_PREPARE_WRITE_REQUEST 0x16 |
Prepare write request.
#define OPCODE_ATT_PREPARE_WRITE_RESPONSE 0x17 |
Prepare write response.
#define OPCODE_ATT_READ_BLOB_REQUEST 0x0C |
Read blob request.
#define OPCODE_ATT_READ_BLOB_RESPONSE 0x0D |
Read blob response.
#define OPCODE_ATT_READ_BY_GROUP_TYPE_REQUEST 0x10 |
Read by group type request.
#define OPCODE_ATT_READ_BY_GROUP_TYPE_RESPONSE 0x11 |
Read by group type response.
#define OPCODE_ATT_READ_BY_TYPE_REQUEST 0x08 |
Read by type request.
#define OPCODE_ATT_READ_BY_TYPE_RESPONSE 0x09 |
Read by type response.
#define OPCODE_ATT_READ_MULTIPLE_REQUEST 0x0E |
Read multiple request.
#define OPCODE_ATT_READ_MULTIPLE_RESPONSE 0x0F |
Read multiple response.
#define OPCODE_ATT_READ_REQUEST 0x0A |
Read request.
#define OPCODE_ATT_READ_RESPONSE 0x0B |
Read response.
#define OPCODE_ATT_RESTORE_BOND_DATA_COMMAND 0xFF |
VENDOR DEFINE: restore bond data Command.
#define OPCODE_ATT_SIGNED_WRITE_COMMAND 0xD2 |
Signed write command.
#define OPCODE_ATT_WRITE_COMMAND 0x52 |
Write command.
#define OPCODE_ATT_WRITE_REQUEST 0x12 |
Write request.
#define OPCODE_ATT_WRITE_RESPONSE 0x13 |
Write response.