mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-17 07:19:42 +00:00
test/ble_client: fix compile
This commit is contained in:
parent
4443af4915
commit
2e1f7af07f
@ -57,7 +57,7 @@
|
||||
#include "ad_parser.h"
|
||||
#include "l2cap.h"
|
||||
|
||||
void le_handle_advertisement_report(uint8_t *packet, int size);
|
||||
void le_handle_advertisement_report(uint8_t *packet, uint16_t size);
|
||||
|
||||
typedef struct ad_event {
|
||||
uint8_t type;
|
||||
|
Loading…
Reference in New Issue
Block a user