Searched refs:HCI_READ_LOCAL_SUPPORTED_CMDS (Results 1 – 4 of 4) sorted by relevance
67 return make_command_no_params(HCI_READ_LOCAL_SUPPORTED_CMDS); in make_read_local_supported_commands()
107 …uint8_t *stream = read_command_complete_header(response, HCI_READ_LOCAL_SUPPORTED_CMDS, supported_… in parse_read_local_supported_commands_response()
154 SET_HANDLER(HCI_READ_LOCAL_SUPPORTED_CMDS, HciReadLocalSupportedCommands); in DualModeController()314 SendCommandComplete(HCI_READ_LOCAL_SUPPORTED_CMDS, in HciReadLocalSupportedCommands()
251 #define HCI_READ_LOCAL_SUPPORTED_CMDS (0x0002 | HCI_GRP_INFORMATIONAL_PARAMS) macro