mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
used HCI_ACL_PAYLOAD_SIZE as att request buffer size
This commit is contained in:
parent
eb7f386b26
commit
edb8d076e0
@ -76,7 +76,7 @@ static att_server_state_t att_server_state;
|
||||
static uint8_t att_client_addr_type;
|
||||
static bd_addr_t att_client_address;
|
||||
static uint16_t att_request_size = 0;
|
||||
static uint8_t att_request_buffer[28];
|
||||
static uint8_t att_request_buffer[HCI_ACL_PAYLOAD_SIZE];
|
||||
|
||||
static int att_ir_central_device_db_index = -1;
|
||||
static int att_ir_lookup_active = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user