Commit ceda24f4 authored by 时昊's avatar 时昊

feat:修改蓝牙名字

parent 4a77af30
......@@ -138,7 +138,7 @@ void simple_ota_service(void)
uint8_t BT_Device_Name[14] = "QJ-Viva";
uint8_t BT_Device_Name[14] = "RT-Viva";
#define GATTS_TABLE_TAG "GATTS_TABLE_DEMO"
......@@ -147,9 +147,9 @@ uint8_t BT_Device_Name[14] = "QJ-Viva";
#define PROFILE_APP_IDX 0
#define ESP_APP_ID 0x55
#define SAMPLE_DEVICE_NAME "QJ-Viva"
#define SAMPLE_DEVICE_NAME "RT-Viva"
#define SVC_INST_ID 0
#define SVC_INST_ID1 1
#define SVC_INST_ID1 1
esp_bd_addr_t rand_addr = {0xC0, 0x30, 0x05, 0x70, 0x09, 0xFA};
......@@ -182,7 +182,7 @@ static uint8_t raw_adv_data[] = {
0x02, 0x01, 0x02,
0x03, 0x03, 0x69, 0x67,
0x09, 0xff, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x08, 0x09, 'Q', 'J', '-', 'V', 'i', 'v', 'a',
0x08, 0x09, 'R', 'T', '-', 'V', 'i', 'v', 'a',
// 0x08, 0x16, 0x60, 0xb3, 0x00, 0x00, 0x00, 0x00, 0x00,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment