5.6.4 LE Read Local Supported Features Command

Format:

CommandOGFOCFCommand ParametersReturn Parameters
LE Read Local Supported Features0X080X0003Status, 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

ValueParameter Description
0x00

HCI_LE_Read_Local_Supported_Features command succeeded

0x01 to 0xFFHCI_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

ValueParameter 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