Searched refs:supported_commands (Results 1 – 3 of 3) sorted by relevance
61 static uint8_t supported_commands[HCI_SUPPORTED_COMMANDS_ARRAY_SIZE]; variable128 response, supported_commands, HCI_SUPPORTED_COMMANDS_ARRAY_SIZE); in start_up()267 if (HCI_READ_LOCAL_CODECS_SUPPORTED(supported_commands)) { in start_up()274 if (!HCI_READ_ENCR_KEY_SIZE_SUPPORTED(supported_commands)) { in start_up()359 return HCI_READ_REMOTE_EXT_FEATURES_SUPPORTED(supported_commands); in supports_reading_remote_extended_features()384 return HCI_ENH_SETUP_SYNCH_CONN_SUPPORTED(supported_commands); in supports_enhanced_setup_synchronous_connection()389 return HCI_ENH_ACCEPT_SYNCH_CONN_SUPPORTED(supported_commands); in supports_enhanced_accept_synchronous_connection()407 HCI_LE_SET_PRIVACY_MODE_SUPPORTED(supported_commands); in supports_ble_set_privacy_mode()
108 hci::Status status, const std::vector<uint8_t>& supported_commands);
199 hci::Status status, const vector<uint8_t>& supported_commands) { in CreateCommandCompleteReadLocalSupportedCommands() argument203 CHECK(evt_ptr->AddPayloadOctets(64, supported_commands)); in CreateCommandCompleteReadLocalSupportedCommands()