Home
last modified time | relevance | path

Searched refs:hci_command_supported (Results 1 – 1 of 1) sorted by relevance

/btstack/src/
H A Dhci.c1480 static bool hci_command_supported(uint8_t command_index){ in hci_command_supported() function
1488 return hci_command_supported(SUPPORTED_HCI_COMMAND_LE_SET_EXTENDED_ADVERTISING_ENABLE); in hci_le_extended_advertising_supported()
2057 if (hci_command_supported(SUPPORTED_HCI_COMMAND_READ_BUFFER_SIZE)){ in hci_initializing_run()
2095 if (hci_command_supported(SUPPORTED_HCI_COMMAND_SET_EVENT_MASK_PAGE_2) in hci_initializing_run()
2127 && hci_command_supported(SUPPORTED_HCI_COMMAND_WRITE_SECURE_CONNECTIONS_HOST)) { in hci_initializing_run()
2138 …if (hci_classic_supported() && hci_command_supported(SUPPORTED_HCI_COMMAND_SET_MIN_ENCRYPTION_KEY_… in hci_initializing_run()
2151 && hci_command_supported(SUPPORTED_HCI_COMMAND_WRITE_SYNCHRONOUS_FLOW_CONTROL_ENABLE)) { in hci_initializing_run()
2161 … && hci_command_supported(SUPPORTED_HCI_COMMAND_WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING)) { in hci_initializing_run()
2272 if (hci_command_supported(SUPPORTED_HCI_COMMAND_LE_READ_BUFFER_SIZE_V2)){ in hci_initializing_run()
2285 && hci_command_supported(SUPPORTED_HCI_COMMAND_WRITE_LE_HOST_SUPPORTED)) { in hci_initializing_run()
[all …]