+
+ enum RFCOMM_Control_Commands_t
+ {
+ RFCOMM_Control_Test = 0x20;
+ RFCOMM_Control_FlowControlEnable = 0xA0;
+ RFCOMM_Control_FlowControlDisable = 0x60;
+ RFCOMM_Control_ModemStatus = 0xE0;
+ RFCOMM_Control_RemotePortNegotiation = 0x90;
+ RFCOMM_Control_RemoteLineStatus = 0x50;
+ RFCOMM_Control_DLCParameterNegotiation = 0x80;
+ RFCOMM_Control_NonSupportedCommand = 0x10;
+ }