Home
last modified time | relevance | path

Searched refs:command_index (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() argument
1481 return (hci_stack->local_supported_commands & (1LU << command_index)) != 0; in hci_command_supported()