Searched refs:remote_cs_capabilities (Results 1 – 1 of 1) sorted by relevance
297 struct bt_conn_le_cs_capabilities remote_cs_capabilities; in bt_hci_le_cs_read_remote_supported_capabilities_complete() local317 remote_cs_capabilities.num_config_supported = evt->num_config_supported; in bt_hci_le_cs_read_remote_supported_capabilities_complete()318 remote_cs_capabilities.max_consecutive_procedures_supported = in bt_hci_le_cs_read_remote_supported_capabilities_complete()320 remote_cs_capabilities.num_antennas_supported = evt->num_antennas_supported; in bt_hci_le_cs_read_remote_supported_capabilities_complete()321 remote_cs_capabilities.max_antenna_paths_supported = evt->max_antenna_paths_supported; in bt_hci_le_cs_read_remote_supported_capabilities_complete()323 remote_cs_capabilities.initiator_supported = in bt_hci_le_cs_read_remote_supported_capabilities_complete()325 remote_cs_capabilities.reflector_supported = in bt_hci_le_cs_read_remote_supported_capabilities_complete()327 remote_cs_capabilities.mode_3_supported = in bt_hci_le_cs_read_remote_supported_capabilities_complete()330 remote_cs_capabilities.rtt_aa_only_n = evt->rtt_aa_only_n; in bt_hci_le_cs_read_remote_supported_capabilities_complete()331 remote_cs_capabilities.rtt_sounding_n = evt->rtt_sounding_n; in bt_hci_le_cs_read_remote_supported_capabilities_complete()[all …]