Added new packet type "BNEP_DATA_PACKET"

This commit is contained in:
ole.reinhardt@googlemail.com 2014-10-27 11:49:40 +00:00
parent 7c5032c1d5
commit 8b7a46900a

View File

@ -71,6 +71,9 @@ extern "C" {
// format: type (8), record_id (16), attribute_id (16), attribute_length (16), attribute_value (max 1k)
#define SDP_CLIENT_PACKET 0x0a
// BNEP data
#define BNEP_DATA_PACKET 0x0b
// debug log messages
#define LOG_MESSAGE_PACKET 0xfc