|
@ -1,15 +0,0 @@ |
|
|
#include "bluetooth_gatts_pack.h" |
|
|
|
|
|
|
|
|
|
|
|
void gatts_bluetooth_receive_buffer(uint16_t write_len,uint8_t *rxbuffer) |
|
|
|
|
|
{ |
|
|
|
|
|
// for (int i = 0; i < write_len; i++) |
|
|
|
|
|
// { |
|
|
|
|
|
// rxbuffer[gatts_profile_b_rx_buffer_len] = param->write.value[i]; |
|
|
|
|
|
// gatts_profile_b_rx_buffer_len += 1; |
|
|
|
|
|
// ESP_LOGI(GATTS_TAG,"buffer %c",param->write.value[i]); |
|
|
|
|
|
// } |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void gatts_composition_package() |
|
|
|
|
|
{ |
|
|
|
|
|
} |
|
|
|