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.
15 lines
400 B
15 lines
400 B
#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()
|
|
{
|
|
}
|