SWRA751 September 2022
Description:
This command changes the supported features of the device.
Command Parameter | Size (bytes) | Value | Parameter Description |
---|---|---|---|
Byte | 1 | 0 1 2 3 4 5 6 7 |
Byte 0 Byte 1 Byte 2 Byte 3 Byte 4 Byte 5 Byte 6 Byte 7 |
Bit | 1 | 0 – 7 0xXX |
Single bit Whole byte value |
Support | 1 | 0 1 0xFF |
Not supported Supported Change whole byte |
Returned Value | Description | Size (bytes) | Events Generated |
---|---|---|---|
0x00 0x01 – 0xFF |
Command succeeded. Command failed. |
1 | Command Complete |
Example:
If you want to disable Sniff Mode,for Sniff mode Byte is 0 and Bit is 7. The bytes/bits are defined according to the "FEATURE MASK DEFINITION"(in Part C) of the Bluetooth specification.
Send_HCI_VS_Set_Supported_Features 0xFF26, 0x00, 0x07, 0x00
Wait_HCI_Command_Complete_VS_Set_Supported_Features_Event 5000, 0x00, 0xff26, 0x00