mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 14:42:33 +00:00
Added new packet type "BNEP_DATA_PACKET"
This commit is contained in:
parent
7c5032c1d5
commit
8b7a46900a
@ -71,6 +71,9 @@ extern "C" {
|
|||||||
// format: type (8), record_id (16), attribute_id (16), attribute_length (16), attribute_value (max 1k)
|
// format: type (8), record_id (16), attribute_id (16), attribute_length (16), attribute_value (max 1k)
|
||||||
#define SDP_CLIENT_PACKET 0x0a
|
#define SDP_CLIENT_PACKET 0x0a
|
||||||
|
|
||||||
|
// BNEP data
|
||||||
|
#define BNEP_DATA_PACKET 0x0b
|
||||||
|
|
||||||
// debug log messages
|
// debug log messages
|
||||||
#define LOG_MESSAGE_PACKET 0xfc
|
#define LOG_MESSAGE_PACKET 0xfc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user