mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
added hci_read_local_version_information
This commit is contained in:
parent
6bff733c73
commit
ae735515d9
@ -815,6 +815,7 @@ extern const hci_cmd_t hci_read_buffer_size;
|
|||||||
extern const hci_cmd_t hci_read_le_host_supported;
|
extern const hci_cmd_t hci_read_le_host_supported;
|
||||||
extern const hci_cmd_t hci_read_link_policy_settings;
|
extern const hci_cmd_t hci_read_link_policy_settings;
|
||||||
extern const hci_cmd_t hci_read_link_supervision_timeout;
|
extern const hci_cmd_t hci_read_link_supervision_timeout;
|
||||||
|
extern const hci_cmd_t hci_read_local_version_information;
|
||||||
extern const hci_cmd_t hci_read_local_supported_features;
|
extern const hci_cmd_t hci_read_local_supported_features;
|
||||||
extern const hci_cmd_t hci_read_num_broadcast_retransmissions;
|
extern const hci_cmd_t hci_read_num_broadcast_retransmissions;
|
||||||
extern const hci_cmd_t hci_read_remote_supported_features_command;
|
extern const hci_cmd_t hci_read_remote_supported_features_command;
|
||||||
|
@ -689,6 +689,9 @@ OPCODE(OGF_CONTROLLER_BASEBAND, 0x6d), "11"
|
|||||||
* Informational Parameters
|
* Informational Parameters
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
const hci_cmd_t hci_read_local_version_information = {
|
||||||
|
OPCODE(OGF_INFORMATIONAL_PARAMETERS, 0x01), ""
|
||||||
|
};
|
||||||
const hci_cmd_t hci_read_local_supported_features = {
|
const hci_cmd_t hci_read_local_supported_features = {
|
||||||
OPCODE(OGF_INFORMATIONAL_PARAMETERS, 0x03), ""
|
OPCODE(OGF_INFORMATIONAL_PARAMETERS, 0x03), ""
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user