|
|
@ -8,8 +8,6 @@ |
|
|
|
static bluetooth_processer_t *parse_bluetooth_processer; |
|
|
|
uint8_t bluetooth_rx_buffer_len = 0; |
|
|
|
|
|
|
|
bool test_flag; |
|
|
|
|
|
|
|
void constructor_bluetooth_processer(bluetooth_processer_t *bluetooth_processer) { parse_bluetooth_processer = bluetooth_processer; } |
|
|
|
|
|
|
|
void bluetooth_gatts_try_process_data() { |
|
|
@ -38,7 +36,6 @@ void bluetooth_gatts_try_process_data() { |
|
|
|
} |
|
|
|
if (strcmp(parse_bluetooth_processer->order, get_status) == 0) { |
|
|
|
ESP_LOGI(BLE_PARSE_DATA_TAG, get_status); |
|
|
|
test_flag = true; |
|
|
|
// receipt_json_get_status(); |
|
|
|
} |
|
|
|
// if (strcmp(parse_bluetooth_processer->order, "deviceStatusReport") == 0) |
|
|
|