You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
400 B

3 years ago
  1. #include "bluetooth_gatts_pack.h"
  2. void gatts_bluetooth_receive_buffer(uint16_t write_len,uint8_t *rxbuffer)
  3. {
  4. // for (int i = 0; i < write_len; i++)
  5. // {
  6. // rxbuffer[gatts_profile_b_rx_buffer_len] = param->write.value[i];
  7. // gatts_profile_b_rx_buffer_len += 1;
  8. // ESP_LOGI(GATTS_TAG,"buffer %c",param->write.value[i]);
  9. // }
  10. }
  11. void gatts_composition_package()
  12. {
  13. }