Lines Matching defs:x

951 #define HCI_3_SLOT_PACKETS_SUPPORTED(x) ((x)[0] & 0x01)  argument
952 #define HCI_5_SLOT_PACKETS_SUPPORTED(x) ((x)[0] & 0x02) argument
953 #define HCI_ENCRYPTION_SUPPORTED(x) ((x)[0] & 0x04) argument
954 #define HCI_SLOT_OFFSET_SUPPORTED(x) ((x)[0] & 0x08) argument
955 #define HCI_TIMING_ACC_SUPPORTED(x) ((x)[0] & 0x10) argument
956 #define HCI_SWITCH_SUPPORTED(x) ((x)[0] & 0x20) argument
957 #define HCI_HOLD_MODE_SUPPORTED(x) ((x)[0] & 0x40) argument
958 #define HCI_SNIFF_MODE_SUPPORTED(x) ((x)[0] & 0x80) argument
960 #define HCI_PARK_MODE_SUPPORTED(x) ((x)[1] & 0x01) argument
961 #define HCI_RSSI_SUPPORTED(x) ((x)[1] & 0x02) argument
962 #define HCI_CQM_DATA_RATE_SUPPORTED(x) ((x)[1] & 0x04) argument
963 #define HCI_SCO_LINK_SUPPORTED(x) ((x)[1] & 0x08) argument
964 #define HCI_HV2_PACKETS_SUPPORTED(x) ((x)[1] & 0x10) argument
965 #define HCI_HV3_PACKETS_SUPPORTED(x) ((x)[1] & 0x20) argument
966 #define HCI_LMP_U_LAW_SUPPORTED(x) ((x)[1] & 0x40) argument
967 #define HCI_LMP_A_LAW_SUPPORTED(x) ((x)[1] & 0x80) argument
969 #define HCI_LMP_CVSD_SUPPORTED(x) ((x)[2] & 0x01) argument
970 #define HCI_PAGING_SCHEME_SUPPORTED(x) ((x)[2] & 0x02) argument
971 #define HCI_POWER_CTRL_SUPPORTED(x) ((x)[2] & 0x04) argument
972 #define HCI_LMP_TRANSPNT_SUPPORTED(x) ((x)[2] & 0x08) argument
973 #define HCI_FLOW_CTRL_LAG_VALUE(x) (((x)[2] & 0x70) >> 4) argument
974 #define HCI_LMP_BCAST_ENC_SUPPORTED(x) ((x)[2] & 0x80) argument
976 #define HCI_LMP_SCATTER_MODE_SUPPORTED(x) ((x)[3] & 0x01) argument
977 #define HCI_EDR_ACL_2MPS_SUPPORTED(x) ((x)[3] & 0x02) argument
978 #define HCI_EDR_ACL_3MPS_SUPPORTED(x) ((x)[3] & 0x04) argument
979 #define HCI_ENHANCED_INQ_SUPPORTED(x) ((x)[3] & 0x08) argument
980 #define HCI_LMP_INTERLACED_INQ_SCAN_SUPPORTED(x) ((x)[3] & 0x10) argument
981 #define HCI_LMP_INTERLACED_PAGE_SCAN_SUPPORTED(x) ((x)[3] & 0x20) argument
982 #define HCI_LMP_INQ_RSSI_SUPPORTED(x) ((x)[3] & 0x40) argument
983 #define HCI_ESCO_EV3_SUPPORTED(x) ((x)[3] & 0x80) argument
985 #define HCI_ESCO_EV4_SUPPORTED(x) ((x)[4] & 0x01) argument
986 #define HCI_ESCO_EV5_SUPPORTED(x) ((x)[4] & 0x02) argument
987 #define HCI_LMP_ABSENCE_MASKS_SUPPORTED(x) ((x)[4] & 0x04) argument
988 #define HCI_LMP_AFH_CAP_PERIPHERAL_SUPPORTED(x) ((x)[4] & 0x08) argument
989 #define HCI_LMP_AFH_CLASS_PERIPHERAL_SUPPORTED(x) ((x)[4] & 0x10) argument
990 #define HCI_BREDR_NOT_SPT_SUPPORTED(x) ((x)[4] & 0x20) argument
991 #define HCI_LE_SPT_SUPPORTED(x) ((x)[4] & 0x40) argument
992 #define HCI_3_SLOT_EDR_ACL_SUPPORTED(x) ((x)[4] & 0x80) argument
994 #define HCI_5_SLOT_EDR_ACL_SUPPORTED(x) ((x)[5] & 0x01) argument
995 #define HCI_SNIFF_SUB_RATE_SUPPORTED(x) (static_cast<bool>((x)[5] & 0x02)) argument
996 #define HCI_ATOMIC_ENCRYPT_SUPPORTED(x) ((x)[5] & 0x04) argument
997 #define HCI_LMP_AFH_CAP_MASTR_SUPPORTED(x) ((x)[5] & 0x08) argument
998 #define HCI_LMP_AFH_CLASS_MASTR_SUPPORTED(x) ((x)[5] & 0x10) argument
999 #define HCI_EDR_ESCO_2MPS_SUPPORTED(x) ((x)[5] & 0x20) argument
1000 #define HCI_EDR_ESCO_3MPS_SUPPORTED(x) ((x)[5] & 0x40) argument
1001 #define HCI_3_SLOT_EDR_ESCO_SUPPORTED(x) ((x)[5] & 0x80) argument
1003 #define HCI_EXT_INQ_RSP_SUPPORTED(x) ((x)[6] & 0x01) argument
1004 #define HCI_SIMUL_LE_BREDR_SUPPORTED(x) ((x)[6] & 0x02) argument
1005 #define HCI_ANUM_PIN_CAP_SUPPORTED(x) ((x)[6] & 0x04) argument
1006 #define HCI_SIMPLE_PAIRING_SUPPORTED(x) ((x)[6] & 0x08) argument
1007 #define HCI_ENCAP_PDU_SUPPORTED(x) ((x)[6] & 0x10) argument
1008 #define HCI_ERROR_DATA_SUPPORTED(x) ((x)[6] & 0x20) argument
1012 #define HCI_NON_FLUSHABLE_PB_SUPPORTED(x) (0) //((x)[6] & 0x40) argument
1013 #define HCI_LINK_SUP_TO_EVT_SUPPORTED(x) ((x)[7] & 0x01) argument
1014 #define HCI_INQ_RESP_TX_SUPPORTED(x) ((x)[7] & 0x02) argument
1015 #define HCI_LMP_EXTENDED_SUPPORTED(x) ((x)[7] & 0x80) argument
1018 #define HCI_SSP_HOST_SUPPORTED(x) ((x)[0] & 0x01) argument
1019 #define HCI_LE_HOST_SUPPORTED(x) ((x)[0] & 0x02) argument
1020 #define HCI_SIMUL_DUMO_HOST_SUPPORTED(x) ((x)[0] & 0x04) argument
1021 #define HCI_SC_HOST_SUPPORTED(x) ((x)[0] & 0x08) argument
1024 #define HCI_CSB_CENTRAL_SUPPORTED(x) ((x)[0] & 0x01) argument
1025 #define HCI_CSB_PERIPHERAL_SUPPORTED(x) ((x)[0] & 0x02) argument
1026 #define HCI_SYNC_TRAIN_CENTRAL_SUPPORTED(x) ((x)[0] & 0x04) argument
1027 #define HCI_SYNC_SCAN_PERIPHERAL_SUPPORTED(x) ((x)[0] & 0x08) argument
1028 #define HCI_INQ_RESP_NOTIF_SUPPORTED(x) ((x)[0] & 0x10) argument
1030 #define HCI_SC_CTRLR_SUPPORTED(x) ((x)[1] & 0x01) argument
1031 #define HCI_PING_SUPPORTED(x) ((x)[1] & 0x02) argument
1034 #define HCI_LE_ENCRYPTION_SUPPORTED(x) ((x)[0] & 0x01) argument
1035 #define HCI_LE_CONN_PARAM_REQ_SUPPORTED(x) ((x)[0] & 0x02) argument
1036 #define HCI_LE_EXT_REJ_IND_SUPPORTED(x) ((x)[0] & 0x04) argument
1037 #define HCI_LE_PERIPHERAL_INIT_FEAT_EXC_SUPPORTED(x) ((x)[0] & 0x08) argument
1038 #define HCI_LE_DATA_LEN_EXT_SUPPORTED(x) ((x)[0] & 0x20) argument
1039 #define HCI_LE_ENHANCED_PRIVACY_SUPPORTED(x) ((x)[0] & 0x40) argument
1040 #define HCI_LE_EXT_SCAN_FILTER_POLICY_SUPPORTED(x) ((x)[0] & 0x80) argument
1042 #define HCI_LE_2M_PHY_SUPPORTED(x) ((x)[1] & 0x01) argument
1043 #define HCI_LE_CODED_PHY_SUPPORTED(x) ((x)[1] & 0x08) argument
1044 #define HCI_LE_EXTENDED_ADVERTISING_SUPPORTED(x) ((x)[1] & 0x10) argument
1045 #define HCI_LE_PERIODIC_ADVERTISING_SUPPORTED(x) ((x)[1] & 0x20) argument
1046 #define HCI_LE_PERIODIC_ADVERTISING_SYNC_TRANSFER_SENDER(x) ((x)[3] & 0x01) argument
1047 #define HCI_LE_PERIODIC_ADVERTISING_SYNC_TRANSFER_RECIPIENT(x) ((x)[3] & 0x02) argument
1048 #define HCI_LE_CIS_CENTRAL(x) ((x)[3] & 0x10) argument
1049 #define HCI_LE_CIS_PERIPHERAL(x) ((x)[3] & 0x20) argument
1050 #define HCI_LE_ISO_BROADCASTER(x) ((x)[3] & 0x40) argument
1051 #define HCI_LE_SYNCHRONIZED_RECEIVER(x) ((x)[3] & 0x80) argument
1056 #define HCI_INQUIRY_SUPPORTED(x) ((x)[0] & 0x01) argument
1057 #define HCI_INQUIRY_CANCEL_SUPPORTED(x) ((x)[0] & 0x02) argument
1058 #define HCI_PERIODIC_INQUIRY_SUPPORTED(x) ((x)[0] & 0x04) argument
1059 #define HCI_EXIT_PERIODIC_INQUIRY_SUPPORTED(x) ((x)[0] & 0x08) argument
1060 #define HCI_CREATE_CONN_SUPPORTED(x) ((x)[0] & 0x10) argument
1061 #define HCI_DISCONNECT_SUPPORTED(x) ((x)[0] & 0x20) argument
1062 #define HCI_ADD_SCO_CONN_SUPPORTED(x) ((x)[0] & 0x40) argument
1063 #define HCI_CANCEL_CREATE_CONN_SUPPORTED(x) ((x)[0] & 0x80) argument
1065 #define HCI_ACCEPT_CONN_REQUEST_SUPPORTED(x) ((x)[1] & 0x01) argument
1066 #define HCI_REJECT_CONN_REQUEST_SUPPORTED(x) ((x)[1] & 0x02) argument
1067 #define HCI_LINK_KEY_REQUEST_REPLY_SUPPORTED(x) ((x)[1] & 0x04) argument
1068 #define HCI_LINK_KEY_REQUEST_NEG_REPLY_SUPPORTED(x) ((x)[1] & 0x08) argument
1069 #define HCI_PIN_CODE_REQUEST_REPLY_SUPPORTED(x) ((x)[1] & 0x10) argument
1070 #define HCI_PIN_CODE_REQUEST_NEG_REPLY_SUPPORTED(x) ((x)[1] & 0x20) argument
1071 #define HCI_CHANGE_CONN_PKT_TYPE_SUPPORTED(x) ((x)[1] & 0x40) argument
1072 #define HCI_AUTH_REQUEST_SUPPORTED(x) ((x)[1] & 0x80) argument
1074 #define HCI_SET_CONN_ENCRYPTION_SUPPORTED(x) ((x)[2] & 0x01) argument
1075 #define HCI_CHANGE_CONN_LINK_KEY_SUPPORTED(x) ((x)[2] & 0x02) argument
1076 #define HCI_CENTRAL_LINK_KEY_SUPPORTED(x) ((x)[2] & 0x04) argument
1077 #define HCI_REMOTE_NAME_REQUEST_SUPPORTED(x) ((x)[2] & 0x08) argument
1078 #define HCI_CANCEL_REMOTE_NAME_REQUEST_SUPPORTED(x) ((x)[2] & 0x10) argument
1079 #define HCI_READ_REMOTE_SUPP_FEATURES_SUPPORTED(x) ((x)[2] & 0x20) argument
1080 #define HCI_READ_REMOTE_EXT_FEATURES_SUPPORTED(x) ((x)[2] & 0x40) argument
1081 #define HCI_READ_REMOTE_VER_INFO_SUPPORTED(x) ((x)[2] & 0x80) argument
1083 #define HCI_READ_CLOCK_OFFSET_SUPPORTED(x) ((x)[3] & 0x01) argument
1084 #define HCI_READ_LMP_HANDLE_SUPPORTED(x) ((x)[3] & 0x02) argument
1087 #define HCI_HOLD_MODE_CMD_SUPPORTED(x) ((x)[4] & 0x02) argument
1088 #define HCI_SNIFF_MODE_CMD_SUPPORTED(x) ((x)[4] & 0x04) argument
1089 #define HCI_EXIT_SNIFF_MODE_SUPPORTED(x) ((x)[4] & 0x08) argument
1090 #define HCI_PARK_STATE_SUPPORTED(x) ((x)[4] & 0x10) argument
1091 #define HCI_EXIT_PARK_STATE_SUPPORTED(x) ((x)[4] & 0x20) argument
1092 #define HCI_QOS_SETUP_SUPPORTED(x) ((x)[4] & 0x40) argument
1093 #define HCI_ROLE_DISCOVERY_SUPPORTED(x) ((x)[4] & 0x80) argument
1095 #define HCI_SWITCH_ROLE_SUPPORTED(x) ((x)[5] & 0x01) argument
1096 #define HCI_READ_LINK_POLICY_SET_SUPPORTED(x) ((x)[5] & 0x02) argument
1097 #define HCI_WRITE_LINK_POLICY_SET_SUPPORTED(x) ((x)[5] & 0x04) argument
1098 #define HCI_READ_DEF_LINK_POLICY_SET_SUPPORTED(x) ((x)[5] & 0x08) argument
1099 #define HCI_WRITE_DEF_LINK_POLICY_SET_SUPPORTED(x) ((x)[5] & 0x10) argument
1100 #define HCI_FLOW_SPECIFICATION_SUPPORTED(x) ((x)[5] & 0x20) argument
1101 #define HCI_SET_EVENT_MASK_SUPPORTED(x) ((x)[5] & 0x40) argument
1102 #define HCI_RESET_SUPPORTED(x) ((x)[5] & 0x80) argument
1104 #define HCI_SET_EVENT_FILTER_SUPPORTED(x) ((x)[6] & 0x01) argument
1105 #define HCI_FLUSH_SUPPORTED(x) ((x)[6] & 0x02) argument
1106 #define HCI_READ_PIN_TYPE_SUPPORTED(x) ((x)[6] & 0x04) argument
1107 #define HCI_WRITE_PIN_TYPE_SUPPORTED(x) ((x)[6] & 0x08) argument
1108 #define HCI_READ_STORED_LINK_KEY_SUPPORTED(x) ((x)[6] & 0x20) argument
1109 #define HCI_WRITE_STORED_LINK_KEY_SUPPORTED(x) ((x)[6] & 0x40) argument
1110 #define HCI_DELETE_STORED_LINK_KEY_SUPPORTED(x) ((x)[6] & 0x80) argument
1112 #define HCI_WRITE_LOCAL_NAME_SUPPORTED(x) ((x)[7] & 0x01) argument
1113 #define HCI_READ_LOCAL_NAME_SUPPORTED(x) ((x)[7] & 0x02) argument
1114 #define HCI_READ_CONN_ACCEPT_TOUT_SUPPORTED(x) ((x)[7] & 0x04) argument
1115 #define HCI_WRITE_CONN_ACCEPT_TOUT_SUPPORTED(x) ((x)[7] & 0x08) argument
1116 #define HCI_READ_PAGE_TOUT_SUPPORTED(x) ((x)[7] & 0x10) argument
1117 #define HCI_WRITE_PAGE_TOUT_SUPPORTED(x) ((x)[7] & 0x20) argument
1118 #define HCI_READ_SCAN_ENABLE_SUPPORTED(x) ((x)[7] & 0x40) argument
1119 #define HCI_WRITE_SCAN_ENABLE_SUPPORTED(x) ((x)[7] & 0x80) argument
1121 #define HCI_READ_PAGE_SCAN_ACTIVITY_SUPPORTED(x) ((x)[8] & 0x01) argument
1122 #define HCI_WRITE_PAGE_SCAN_ACTIVITY_SUPPORTED(x) ((x)[8] & 0x02) argument
1123 #define HCI_READ_INQURIY_SCAN_ACTIVITY_SUPPORTED(x) ((x)[8] & 0x04) argument
1124 #define HCI_WRITE_INQURIY_SCAN_ACTIVITY_SUPPORTED(x) ((x)[8] & 0x08) argument
1125 #define HCI_READ_AUTH_ENABLE_SUPPORTED(x) ((x)[8] & 0x10) argument
1126 #define HCI_WRITE_AUTH_ENABLE_SUPPORTED(x) ((x)[8] & 0x20) argument
1127 #define HCI_READ_ENCRYPT_ENABLE_SUPPORTED(x) ((x)[8] & 0x40) argument
1128 #define HCI_WRITE_ENCRYPT_ENABLE_SUPPORTED(x) ((x)[8] & 0x80) argument
1130 #define HCI_READ_CLASS_DEVICE_SUPPORTED(x) ((x)[9] & 0x01) argument
1131 #define HCI_WRITE_CLASS_DEVICE_SUPPORTED(x) ((x)[9] & 0x02) argument
1132 #define HCI_READ_VOICE_SETTING_SUPPORTED(x) ((x)[9] & 0x04) argument
1133 #define HCI_WRITE_VOICE_SETTING_SUPPORTED(x) ((x)[9] & 0x08) argument
1134 #define HCI_READ_AUTOMATIC_FLUSH_TIMEOUT_SUPPORTED(x) ((x)[9] & 0x10) argument
1135 #define HCI_WRITE_AUTOMATIC_FLUSH_TIMEOUT_SUPPORTED(x) ((x)[9] & 0x20) argument
1136 #define HCI_READ_NUM_BROAD_RETRANS_SUPPORTED(x) ((x)[9] & 0x40) argument
1137 #define HCI_WRITE_NUM_BROAD_RETRANS_SUPPORTED(x) ((x)[9] & 0x80) argument
1139 #define HCI_READ_HOLD_MODE_ACTIVITY_SUPPORTED(x) ((x)[10] & 0x01) argument
1140 #define HCI_WRITE_HOLD_MODE_ACTIVITY_SUPPORTED(x) ((x)[10] & 0x02) argument
1141 #define HCI_READ_TRANS_PWR_LEVEL_SUPPORTED(x) ((x)[10] & 0x04) argument
1142 #define HCI_READ_SYNCH_FLOW_CTRL_ENABLE_SUPPORTED(x) ((x)[10] & 0x08) argument
1143 #define HCI_WRITE_SYNCH_FLOW_CTRL_ENABLE_SUPPORTED(x) ((x)[10] & 0x10) argument
1144 #define HCI_SET_HOST_CTRLR_TO_HOST_FC_SUPPORTED(x) ((x)[10] & 0x20) argument
1145 #define HCI_HOST_BUFFER_SIZE_SUPPORTED(x) ((x)[10] & 0x40) argument
1146 #define HCI_HOST_NUM_COMPLETED_PKTS_SUPPORTED(x) ((x)[10] & 0x80) argument
1148 #define HCI_READ_LINK_SUP_TOUT_SUPPORTED(x) ((x)[11] & 0x01) argument
1149 #define HCI_WRITE_LINK_SUP_TOUT_SUPPORTED(x) ((x)[11] & 0x02) argument
1150 #define HCI_READ_NUM_SUPP_IAC_SUPPORTED(x) ((x)[11] & 0x04) argument
1151 #define HCI_READ_CURRENT_IAC_LAP_SUPPORTED(x) ((x)[11] & 0x08) argument
1152 #define HCI_WRITE_CURRENT_IAC_LAP_SUPPORTED(x) ((x)[11] & 0x10) argument
1153 #define HCI_READ_PAGE_SCAN_PER_MODE_SUPPORTED(x) ((x)[11] & 0x20) argument
1154 #define HCI_WRITE_PAGE_SCAN_PER_MODE_SUPPORTED(x) ((x)[11] & 0x40) argument
1155 #define HCI_READ_PAGE_SCAN_MODE_SUPPORTED(x) ((x)[11] & 0x80) argument
1157 #define HCI_WRITE_PAGE_SCAN_MODE_SUPPORTED(x) ((x)[12] & 0x01) argument
1158 #define HCI_SET_AFH_CHNL_CLASS_SUPPORTED(x) ((x)[12] & 0x02) argument
1159 #define HCI_READ_INQUIRY_SCAN_TYPE_SUPPORTED(x) ((x)[12] & 0x10) argument
1160 #define HCI_WRITE_INQUIRY_SCAN_TYPE_SUPPORTED(x) ((x)[12] & 0x20) argument
1161 #define HCI_READ_INQUIRY_MODE_SUPPORTED(x) ((x)[12] & 0x40) argument
1162 #define HCI_WRITE_INQUIRY_MODE_SUPPORTED(x) ((x)[12] & 0x80) argument
1164 #define HCI_READ_PAGE_SCAN_TYPE_SUPPORTED(x) ((x)[13] & 0x01) argument
1165 #define HCI_WRITE_PAGE_SCAN_TYPE_SUPPORTED(x) ((x)[13] & 0x02) argument
1166 #define HCI_READ_AFH_CHNL_ASSESS_MODE_SUPPORTED(x) ((x)[13] & 0x04) argument
1167 #define HCI_WRITE_AFH_CHNL_ASSESS_MODE_SUPPORTED(x) ((x)[13] & 0x08) argument
1169 #define HCI_READ_LOCAL_VER_INFO_SUPPORTED(x) ((x)[14] & 0x08) argument
1170 #define HCI_READ_LOCAL_SUP_CMDS_SUPPORTED(x) ((x)[14] & 0x10) argument
1171 #define HCI_READ_LOCAL_SUPP_FEATURES_SUPPORTED(x) ((x)[14] & 0x20) argument
1172 #define HCI_READ_LOCAL_EXT_FEATURES_SUPPORTED(x) ((x)[14] & 0x40) argument
1173 #define HCI_READ_BUFFER_SIZE_SUPPORTED(x) ((x)[14] & 0x80) argument
1175 #define HCI_READ_COUNTRY_CODE_SUPPORTED(x) ((x)[15] & 0x01) argument
1176 #define HCI_READ_BD_ADDR_SUPPORTED(x) ((x)[15] & 0x02) argument
1177 #define HCI_READ_FAIL_CONTACT_CNTR_SUPPORTED(x) ((x)[15] & 0x04) argument
1178 #define HCI_RESET_FAIL_CONTACT_CNTR_SUPPORTED(x) ((x)[15] & 0x08) argument
1179 #define HCI_GET_LINK_QUALITY_SUPPORTED(x) ((x)[15] & 0x10) argument
1180 #define HCI_READ_RSSI_SUPPORTED(x) ((x)[15] & 0x20) argument
1181 #define HCI_READ_AFH_CH_MAP_SUPPORTED(x) ((x)[15] & 0x40) argument
1182 #define HCI_READ_BD_CLOCK_SUPPORTED(x) ((x)[15] & 0x80) argument
1184 #define HCI_READ_LOOPBACK_MODE_SUPPORTED(x) ((x)[16] & 0x01) argument
1185 #define HCI_WRITE_LOOPBACK_MODE_SUPPORTED(x) ((x)[16] & 0x02) argument
1186 #define HCI_ENABLE_DEV_UNDER_TEST_SUPPORTED(x) ((x)[16] & 0x04) argument
1187 #define HCI_SETUP_SYNCH_CONN_SUPPORTED(x) ((x)[16] & 0x08) argument
1188 #define HCI_ACCEPT_SYNCH_CONN_SUPPORTED(x) ((x)[16] & 0x10) argument
1189 #define HCI_REJECT_SYNCH_CONN_SUPPORTED(x) ((x)[16] & 0x20) argument
1191 #define HCI_READ_EXT_INQUIRY_RESP_SUPPORTED(x) ((x)[17] & 0x01) argument
1192 #define HCI_WRITE_EXT_INQUIRY_RESP_SUPPORTED(x) ((x)[17] & 0x02) argument
1193 #define HCI_REFRESH_ENCRYPTION_KEY_SUPPORTED(x) ((x)[17] & 0x04) argument
1194 #define HCI_SNIFF_SUB_RATE_CMD_SUPPORTED(x) ((x)[17] & 0x10) argument
1195 #define HCI_READ_SIMPLE_PAIRING_MODE_SUPPORTED(x) ((x)[17] & 0x20) argument
1196 #define HCI_WRITE_SIMPLE_PAIRING_MODE_SUPPORTED(x) ((x)[17] & 0x40) argument
1197 #define HCI_READ_LOCAL_OOB_DATA_SUPPORTED(x) ((x)[17] & 0x80) argument
1199 #define HCI_READ_INQUIRY_RESPONSE_TX_POWER_SUPPORTED(x) ((x)[18] & 0x01) argument
1200 #define HCI_WRITE_INQUIRY_RESPONSE_TX_POWER_SUPPORTED(x) ((x)[18] & 0x02) argument
1201 #define HCI_READ_DEFAULT_ERRONEOUS_DATA_REPORTING_SUPPORTED(x) ((x)[18] & 0x04) argument
1202 #define HCI_WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING_SUPPORTED(x) ((x)[18] & 0x08) argument
1203 #define HCI_IO_CAPABILITY_REQUEST_REPLY_SUPPORTED(x) ((x)[18] & 0x80) argument
1205 #define HCI_USER_CONFIRMATION_REQUEST_REPLY_SUPPORTED(x) ((x)[19] & 0x01) argument
1206 #define HCI_USER_CONFIRMATION_REQUEST_NEG_REPLY_SUPPORTED(x) ((x)[19] & 0x02) argument
1207 #define HCI_USER_PASSKEY_REQUEST_REPLY_SUPPORTED(x) ((x)[19] & 0x04) argument
1208 #define HCI_USER_PASSKEY_REQUEST_NEG_REPLY_SUPPORTED(x) ((x)[19] & 0x08) argument
1209 #define HCI_REMOTE_OOB_DATA_REQUEST_REPLY_SUPPORTED(x) ((x)[19] & 0x10) argument
1210 #define HCI_WRITE_SIMPLE_PAIRING_DBG_MODE_SUPPORTED(x) ((x)[19] & 0x20) argument
1211 #define HCI_ENHANCED_FLUSH_SUPPORTED(x) ((x)[19] & 0x40) argument
1212 #define HCI_REMOTE_OOB_DATA_REQUEST_NEG_REPLY_SUPPORTED(x) ((x)[19] & 0x80) argument
1214 #define HCI_SEND_NOTIF_SUPPORTED(x) ((x)[20] & 0x04) argument
1215 #define HCI_IO_CAP_REQ_NEG_REPLY_SUPPORTED(x) ((x)[20] & 0x08) argument
1216 #define HCI_READ_ENCR_KEY_SIZE_SUPPORTED(x) ((x)[20] & 0x10) argument
1218 #define HCI_CREATE_PHYSICAL_LINK_SUPPORTED(x) ((x)[21] & 0x01) argument
1219 #define HCI_ACCEPT_PHYSICAL_LINK_SUPPORTED(x) ((x)[21] & 0x02) argument
1220 #define HCI_DISCONNECT_PHYSICAL_LINK_SUPPORTED(x) ((x)[21] & 0x04) argument
1221 #define HCI_CREATE_LOGICAL_LINK_SUPPORTED(x) ((x)[21] & 0x08) argument
1222 #define HCI_ACCEPT_LOGICAL_LINK_SUPPORTED(x) ((x)[21] & 0x10) argument
1223 #define HCI_DISCONNECT_LOGICAL_LINK_SUPPORTED(x) ((x)[21] & 0x20) argument
1224 #define HCI_LOGICAL_LINK_CANCEL_SUPPORTED(x) ((x)[21] & 0x40) argument
1225 #define HCI_FLOW_SPEC_MODIFY_SUPPORTED(x) ((x)[21] & 0x80) argument
1227 #define HCI_READ_LOGICAL_LINK_ACCEPT_TIMEOUT_SUPPORTED(x) ((x)[22] & 0x01) argument
1228 #define HCI_WRITE_LOGICAL_LINK_ACCEPT_TIMEOUT_SUPPORTED(x) ((x)[22] & 0x02) argument
1229 #define HCI_SET_EVENT_MASK_PAGE_2_SUPPORTED(x) ((x)[22] & 0x04) argument
1230 #define HCI_READ_LOCATION_DATA_SUPPORTED(x) ((x)[22] & 0x08) argument
1231 #define HCI_WRITE_LOCATION_DATA_SUPPORTED(x) ((x)[22] & 0x10) argument
1232 #define HCI_READ_LOCAL_AMP_INFO_SUPPORTED(x) ((x)[22] & 0x20) argument
1233 #define HCI_READ_LOCAL_AMP_ASSOC_SUPPORTED(x) ((x)[22] & 0x40) argument
1234 #define HCI_WRITE_REMOTE_AMP_ASSOC_SUPPORTED(x) ((x)[22] & 0x80) argument
1236 #define HCI_READ_FLOW_CONTROL_MODE_SUPPORTED(x) ((x)[23] & 0x01) argument
1237 #define HCI_WRITE_FLOW_CONTROL_MODE_SUPPORTED(x) ((x)[23] & 0x02) argument
1238 #define HCI_READ_DATA_BLOCK_SIZE_SUPPORTED(x) ((x)[23] & 0x04) argument
1239 #define HCI_ENABLE_AMP_RCVR_REPORTS_SUPPORTED(x) ((x)[23] & 0x20) argument
1240 #define HCI_AMP_TEST_END_SUPPORTED(x) ((x)[23] & 0x40) argument
1241 #define HCI_AMP_TEST_SUPPORTED(x) ((x)[23] & 0x80) argument
1243 #define HCI_READ_TRANSMIT_POWER_LEVEL_SUPPORTED(x) ((x)[24] & 0x01) argument
1244 #define HCI_READ_BE_FLUSH_TOUT_SUPPORTED(x) ((x)[24] & 0x04) argument
1245 #define HCI_WRITE_BE_FLUSH_TOUT_SUPPORTED(x) ((x)[24] & 0x08) argument
1246 #define HCI_SHORT_RANGE_MODE_SUPPORTED(x) ((x)[24] & 0x10) argument
1248 #define HCI_ENH_SETUP_SYNCH_CONN_SUPPORTED(x) ((x)[29] & 0x08) argument
1249 #define HCI_ENH_ACCEPT_SYNCH_CONN_SUPPORTED(x) ((x)[29] & 0x10) argument
1250 #define HCI_READ_LOCAL_CODECS_SUPPORTED(x) ((x)[29] & 0x20) argument
1251 #define HCI_SET_MWS_CHANNEL_PARAMETERS_SUPPORTED(x) ((x)[29] & 0x40) argument
1252 #define HCI_SET_EXTERNAL_FRAME_CONFIGURATION_SUPPORTED(x) ((x)[29] & 0x80) argument
1254 #define HCI_SET_MWS_SIGNALING_SUPPORTED(x) ((x)[30] & 0x01) argument
1255 #define HCI_SET_MWS_TRANSPORT_LAYER_SUPPORTED(x) ((x)[30] & 0x02) argument
1256 #define HCI_SET_MWS_SCAN_FREQUENCY_TABLE_SUPPORTED(x) ((x)[30] & 0x04) argument
1257 #define HCI_GET_MWS_TRANS_LAYER_CFG_SUPPORTED(x) ((x)[30] & 0x08) argument
1258 #define HCI_SET_MWS_PATTERN_CONFIGURATION_SUPPORTED(x) ((x)[30] & 0x10) argument
1259 #define HCI_SET_TRIG_CLK_CAP_SUPPORTED(x) ((x)[30] & 0x20) argument
1260 #define HCI_TRUNCATED_PAGE_SUPPORTED(x) ((x)[30] & 0x40) argument
1261 #define HCI_TRUNCATED_PAGE_CANCEL_SUPPORTED(x) ((x)[30] & 0x80) argument
1263 #define HCI_SET_CONLESS_PERIPHERAL_BRCST_SUPPORTED(x) ((x)[31] & 0x01) argument
1264 #define HCI_SET_CONLESS_PERIPHERAL_BRCST_RECEIVE_SUPPORTED(x) ((x)[31] & 0x02) argument
1265 #define HCI_START_SYNC_TRAIN_SUPPORTED(x) ((x)[31] & 0x04) argument
1266 #define HCI_RECEIVE_SYNC_TRAIN_SUPPORTED(x) ((x)[31] & 0x08) argument
1267 #define HCI_SET_RESERVED_LT_ADDR_SUPPORTED(x) ((x)[31] & 0x10) argument
1268 #define HCI_DELETE_RESERVED_LT_ADDR_SUPPORTED(x) ((x)[31] & 0x20) argument
1269 #define HCI_SET_CONLESS_PERIPHERAL_BRCST_DATA_SUPPORTED(x) ((x)[31] & 0x40) argument
1270 #define HCI_READ_SYNC_TRAIN_PARAM_SUPPORTED(x) ((x)[31] & 0x80) argument
1272 #define HCI_WRITE_SYNC_TRAIN_PARAM_SUPPORTED(x) ((x)[32] & 0x01) argument
1273 #define HCI_REMOTE_OOB_EXTENDED_DATA_REQUEST_REPLY_SUPPORTED(x) ((x)[32] & 0x02) argument
1274 #define HCI_READ_SECURE_CONNS_SUPPORT_SUPPORTED(x) ((x)[32] & 0x04) argument
1275 #define HCI_WRITE_SECURE_CONNS_SUPPORT_SUPPORTED(x) ((x)[32] & 0x08) argument
1276 #define HCI_READ_AUTHENT_PAYLOAD_TOUT_SUPPORTED(x) ((x)[32] & 0x10) argument
1277 #define HCI_WRITE_AUTHENT_PAYLOAD_TOUT_SUPPORTED(x) ((x)[32] & 0x20) argument
1278 #define HCI_READ_LOCAL_OOB_EXTENDED_DATA_SUPPORTED(x) ((x)[32] & 0x40) argument
1279 #define HCI_WRITE_SECURE_CONNECTIONS_TEST_MODE_SUPPORTED(x) ((x)[32] & 0x80) argument
1281 #define HCI_LE_RC_CONN_PARAM_UPD_RPY_SUPPORTED(x) ((x)[33] & 0x10) argument
1282 #define HCI_LE_RC_CONN_PARAM_UPD_NEG_RPY_SUPPORTED(x) ((x)[33] & 0x20) argument
1284 #define HCI_LE_READ_PHY_SUPPORTED(x) ((x)[35] & 0x10) argument
1285 #define HCI_LE_SET_DEFAULT_PHY_SUPPORTED(x) ((x)[35] & 0x20) argument
1286 #define HCI_LE_SET_PHY_SUPPORTED(x) ((x)[35] & 0x40) argument
1287 #define HCI_LE_ENH_RX_TEST_SUPPORTED(x) ((x)[35] & 0x80) argument
1289 #define HCI_LE_ENH_TX_TEST_SUPPORTED(x) ((x)[36] & 0x01) argument
1291 #define HCI_LE_SET_PRIVACY_MODE_SUPPORTED(x) ((x)[39] & 0x04) argument
1293 #define HCI_LE_SET_HOST_FEATURE_SUPPORTED(x) ((x)[44] & 0x02) argument