5.6.4 LE Read Local Supported Features Command
Format:
Command | OGF | OCF | Command Parameters | Return Parameters |
LE Read Local Supported Features | 0X08 | 0X0003 | — | Status, LE_Features |
This command requests the list of supported LE features. The command complete event with return parameters is generated (see the following figure).
Return parameters:
Status: Size: 1 octet
Value | Parameter Description |
---|---|
0x00 |
HCI_LE_Read_Local_Supported_Features command succeeded |
0x01 to 0xFF | HCI_LE_Read_Local_Supported_Features command failed. See [Vol 1] Part F, Controller Error Codes for a list of error codes and descriptions. |
LE_Features: Size: 8 octets
Value | Parameter Description |
---|---|
0xXXXXXXXXXXXX |
Bit Mask List of supported LE features. See [Vol 6] Part B, Section 4.6. |
Example: | 01 03 20 00
| // LE_Read_Local_Supported_Features command |
Response: | 04 0E 0C 01 03 20 00 FF F9 00 04 0E 00 00 00
| // Command complete event with status and LE_Features parameters |