Browse Source

update

master
zhaohe 12 months ago
parent
commit
3a69b5f918
  1. 7
      ble_through/ble_cmd_app.h
  2. 1
      ble_through/ble_proto_packet.h

7
ble_through/ble_cmd_app.h

@ -51,13 +51,6 @@ typedef struct {
} ble_app_proto_cmd_sync_state_t;
typedef struct {
int32_t firmware_version;
int32_t blestack_version;
int32_t bootloader_version;
int32_t hardware_version;
} ble_app_proto_cmd_read_version_t;
typedef struct {
uint8_t placeholder;
} ble_app_proto_report_client_heart_t;

1
ble_through/ble_proto_packet.h

@ -33,6 +33,7 @@ typedef struct {
uint8_t frame_index;
uint8_t cmd;
union {
//
ble_master_start_scan_t ble_master_start_scan;
ble_master_connected_event_t ble_master_connected_event;
ble_master_scan_result_t ble_master_scan_result;

Loading…
Cancel
Save