|
dragoon
4383
|
Macros | |
| #define | BLE_GATT_OP_INVALID 0x00 |
| #define | BLE_GATT_OP_WRITE_REQ 0x01 |
| #define | BLE_GATT_OP_WRITE_CMD 0x02 |
| #define | BLE_GATT_OP_SIGN_WRITE_CMD 0x03 |
| #define | BLE_GATT_OP_PREP_WRITE_REQ 0x04 |
| #define | BLE_GATT_OP_EXEC_WRITE_REQ 0x05 |
| #define BLE_GATT_OP_EXEC_WRITE_REQ 0x05 |
Execute Write Request.
Definition at line 82 of file ble_gatt.h.
| #define BLE_GATT_OP_INVALID 0x00 |
Invalid Operation.
Definition at line 77 of file ble_gatt.h.
| #define BLE_GATT_OP_PREP_WRITE_REQ 0x04 |
Prepare Write Request.
Definition at line 81 of file ble_gatt.h.
| #define BLE_GATT_OP_SIGN_WRITE_CMD 0x03 |
Signed Write Command.
Definition at line 80 of file ble_gatt.h.
| #define BLE_GATT_OP_WRITE_CMD 0x02 |
Write Command.
Definition at line 79 of file ble_gatt.h.
| #define BLE_GATT_OP_WRITE_REQ 0x01 |
Write Request.
Definition at line 78 of file ble_gatt.h.