Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci.h1150 uint32_t local_supported_commands; member
H A Dhci.c1481 return (hci_stack->local_supported_commands & (1LU << command_index)) != 0; in hci_command_supported()
2786 hci_stack->local_supported_commands = 0; in hci_store_local_supported_commands()
2796 hci_stack->local_supported_commands |= (1LU << i); in hci_store_local_supported_commands()
2799 log_info("Local supported commands summary %08" PRIx32, hci_stack->local_supported_commands); in hci_store_local_supported_commands()