bluetooth.h (874776bf515167793fdf9d2c676c92220ffbee81) | bluetooth.h (5c562e577119a021e7cdab459b5d85134c36729d) |
---|---|
1/* 2 * Copyright (C) 2015 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 602 unchanged lines hidden (view full) --- 611#define ATT_ERROR_ATTRIBUTE_NOT_FOUND 0x0a 612#define ATT_ERROR_ATTRIBUTE_NOT_LONG 0x0b 613#define ATT_ERROR_INSUFFICIENT_ENCRYPTION_KEY_SIZE 0x0c 614#define ATT_ERROR_INVALID_ATTRIBUTE_VALUE_LENGTH 0x0d 615#define ATT_ERROR_UNLIKELY_ERROR 0x0e 616#define ATT_ERROR_INSUFFICIENT_ENCRYPTION 0x0f 617#define ATT_ERROR_UNSUPPORTED_GROUP_TYPE 0x10 618#define ATT_ERROR_INSUFFICIENT_RESOURCES 0x11 | 1/* 2 * Copyright (C) 2015 BlueKitchen GmbH 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 602 unchanged lines hidden (view full) --- 611#define ATT_ERROR_ATTRIBUTE_NOT_FOUND 0x0a 612#define ATT_ERROR_ATTRIBUTE_NOT_LONG 0x0b 613#define ATT_ERROR_INSUFFICIENT_ENCRYPTION_KEY_SIZE 0x0c 614#define ATT_ERROR_INVALID_ATTRIBUTE_VALUE_LENGTH 0x0d 615#define ATT_ERROR_UNLIKELY_ERROR 0x0e 616#define ATT_ERROR_INSUFFICIENT_ENCRYPTION 0x0f 617#define ATT_ERROR_UNSUPPORTED_GROUP_TYPE 0x10 618#define ATT_ERROR_INSUFFICIENT_RESOURCES 0x11 |
619#define ATT_ERROR_VALUE_NOT_ALLOWED 0x13 |
|
619 620// MARK: ATT Error Codes defined by BTstack 621#define ATT_ERROR_HCI_DISCONNECT_RECEIVED 0x1f 622#define ATT_ERROR_BONDING_INFORMATION_MISSING 0x70 623#define ATT_ERROR_DATA_MISMATCH 0x7e 624#define ATT_ERROR_TIMEOUT 0x7F 625#define ATT_ERROR_WRITE_RESPONSE_PENDING 0x100 626 --- 166 unchanged lines hidden --- | 620 621// MARK: ATT Error Codes defined by BTstack 622#define ATT_ERROR_HCI_DISCONNECT_RECEIVED 0x1f 623#define ATT_ERROR_BONDING_INFORMATION_MISSING 0x70 624#define ATT_ERROR_DATA_MISMATCH 0x7e 625#define ATT_ERROR_TIMEOUT 0x7F 626#define ATT_ERROR_WRITE_RESPONSE_PENDING 0x100 627 --- 166 unchanged lines hidden --- |