mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 10:21:49 +00:00
bluetooth: add BNEP_SETUP_ERROR
This commit is contained in:
parent
1b9be2e8d2
commit
b14ca7e1e2
@ -336,6 +336,7 @@ typedef enum {
|
||||
#define BNEP_SERVICE_ALREADY_REGISTERED 0xA0
|
||||
#define BNEP_CHANNEL_NOT_CONNECTED 0xA1
|
||||
#define BNEP_DATA_LEN_EXCEEDS_MTU 0xA2
|
||||
#define BNEP_SETUP_CONNECTION_ERROR 0xA3
|
||||
|
||||
// OBEX ERRORS
|
||||
#define OBEX_UNKNOWN_ERROR 0xB0
|
||||
|
Loading…
x
Reference in New Issue
Block a user