mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
test/pts: fix compile
This commit is contained in:
parent
fd9293d815
commit
bf9d07620a
@ -293,7 +293,7 @@ static uint8_t gap_adv_type(void){
|
||||
return 0x00;
|
||||
}
|
||||
|
||||
static void update_advertisment_params(void){
|
||||
static void update_advertisement_params(void){
|
||||
uint8_t adv_type = gap_adv_type();
|
||||
printf("GAP: Connectable = %u -> advertising_type %u (%s)\n", gap_connectable, adv_type, ad_event_types[adv_type]);
|
||||
bd_addr_t null_addr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user