Browse Source

update

master
zwsd 3 years ago
parent
commit
7cd760101c
  1. 17
      main/ble_gatts_table.c

17
main/ble_gatts_table.c

@ -28,22 +28,7 @@ static uint8_t raw_scan_rsp_data[] = {
static uint8_t service_uuid[16] = { static uint8_t service_uuid[16] = {
/* LSB <--------------------------------------------------------------------------------> MSB */ /* LSB <--------------------------------------------------------------------------------> MSB */
// first uuid, 16bit, [12],[13] is the value // first uuid, 16bit, [12],[13] is the value
0xfb,
0x34,
0x9b,
0x5f,
0x80,
0x00,
0x00,
0x80,
0x00,
0x10,
0x00,
0x00,
0xFF,
0x00,
0x00,
0x00,
0xfb, 0x34, 0x9b, 0x5f, 0x80, 0x00, 0x00, 0x80, 0x00, 0x10, 0x00, 0x00, 0xFF, 0x00, 0x00, 0x00, //
}; };
/* The length of adv data must be less than 31 bytes */ /* The length of adv data must be less than 31 bytes */

Loading…
Cancel
Save