mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
add opcodes for rfcomm flow control commands
This commit is contained in:
parent
98eb54e894
commit
678847afd2
@ -159,6 +159,9 @@ extern "C" {
|
||||
#define RFCOMM_ACCEPT_CONNECTION 0x44
|
||||
#define RFCOMM_DECLINE_CONNECTION 0x45
|
||||
#define RFCOMM_PERSISTENT_CHANNEL 0x46
|
||||
#define RFCOMM_CREATE_CHANNEL_WITH_CREDITS 0x47
|
||||
#define RFCOMM_REGISTER_SERVICE_WITH_CREDITS 0x48
|
||||
#define RFCOMM_GRANT_CREDITS 0x49
|
||||
|
||||
//
|
||||
#define IS_COMMAND(packet, command) (READ_BT_16(packet,0) == command.opcode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user