mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-04 15:39:59 +00:00
remote additional 3 00 bytes
This commit is contained in:
parent
0fa661b31f
commit
e37f18fea1
@ -565,7 +565,6 @@ void update_advertisements(){
|
||||
adv_data_len = 0;
|
||||
|
||||
// add "Flags"
|
||||
adv_data_len = 3;
|
||||
if (gap_discoverable){
|
||||
memcpy(adv_data, adv_general_discoverable, sizeof(adv_general_discoverable));
|
||||
adv_data_len += sizeof(adv_general_discoverable);
|
||||
|
Loading…
x
Reference in New Issue
Block a user