Searched refs:command_index (Results 1 – 1 of 1) sorted by relevance
1480 static bool hci_command_supported(uint8_t command_index){ in hci_command_supported() argument1481 return (hci_stack->local_supported_commands & (1LU << command_index)) != 0; in hci_command_supported()