mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-11 09:40:24 +00:00
att_db: fix warning
This commit is contained in:
parent
1b5f4ae392
commit
9d50699108
@ -50,6 +50,7 @@
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <hci_dump_posix_stdout.h>
|
||||
|
||||
#include "btstack_config.h"
|
||||
|
||||
|
@ -1350,7 +1350,7 @@ uint16_t att_handle_request(att_connection_t * att_connection,
|
||||
bool gatt_server_get_handle_range_for_service_with_uuid16(uint16_t uuid16, uint16_t * start_handle, uint16_t * end_handle){
|
||||
bool in_group = false;
|
||||
uint16_t prev_handle = 0;
|
||||
uint16_t service_start;
|
||||
uint16_t service_start = 0;
|
||||
|
||||
uint8_t attribute_value[2];
|
||||
int attribute_len = sizeof(attribute_value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user