Lines Matching defs:x

1109 #define HCI_CVSD_SUPPORTED(x) \  argument
1111 #define HCI_U_LAW_SUPPORTED(x) \ argument
1113 #define HCI_A_LAW_SUPPORTED(x) \ argument
1115 #define HCI_TRANSPNT_SUPPORTED(x) \ argument
1325 #define HCI_FEATURES_KNOWN(x) \ argument
1329 #define HCI_3_SLOT_PACKETS_SUPPORTED(x) ((x)[0] & 0x01) argument
1330 #define HCI_5_SLOT_PACKETS_SUPPORTED(x) ((x)[0] & 0x02) argument
1331 #define HCI_ENCRYPTION_SUPPORTED(x) ((x)[0] & 0x04) argument
1332 #define HCI_SLOT_OFFSET_SUPPORTED(x) ((x)[0] & 0x08) argument
1333 #define HCI_TIMING_ACC_SUPPORTED(x) ((x)[0] & 0x10) argument
1334 #define HCI_SWITCH_SUPPORTED(x) ((x)[0] & 0x20) argument
1335 #define HCI_HOLD_MODE_SUPPORTED(x) ((x)[0] & 0x40) argument
1336 #define HCI_SNIFF_MODE_SUPPORTED(x) ((x)[0] & 0x80) argument
1338 #define HCI_PARK_MODE_SUPPORTED(x) ((x)[1] & 0x01) argument
1339 #define HCI_RSSI_SUPPORTED(x) ((x)[1] & 0x02) argument
1340 #define HCI_CQM_DATA_RATE_SUPPORTED(x) ((x)[1] & 0x04) argument
1341 #define HCI_SCO_LINK_SUPPORTED(x) ((x)[1] & 0x08) argument
1342 #define HCI_HV2_PACKETS_SUPPORTED(x) ((x)[1] & 0x10) argument
1343 #define HCI_HV3_PACKETS_SUPPORTED(x) ((x)[1] & 0x20) argument
1344 #define HCI_LMP_U_LAW_SUPPORTED(x) ((x)[1] & 0x40) argument
1345 #define HCI_LMP_A_LAW_SUPPORTED(x) ((x)[1] & 0x80) argument
1347 #define HCI_LMP_CVSD_SUPPORTED(x) ((x)[2] & 0x01) argument
1348 #define HCI_PAGING_SCHEME_SUPPORTED(x) ((x)[2] & 0x02) argument
1349 #define HCI_POWER_CTRL_SUPPORTED(x) ((x)[2] & 0x04) argument
1350 #define HCI_LMP_TRANSPNT_SUPPORTED(x) ((x)[2] & 0x08) argument
1351 #define HCI_FLOW_CTRL_LAG_VALUE(x) (((x)[2] & 0x70) >> 4) argument
1352 #define HCI_LMP_BCAST_ENC_SUPPORTED(x) ((x)[2] & 0x80) argument
1354 #define HCI_LMP_SCATTER_MODE_SUPPORTED(x) ((x)[3] & 0x01) argument
1355 #define HCI_EDR_ACL_2MPS_SUPPORTED(x) ((x)[3] & 0x02) argument
1356 #define HCI_EDR_ACL_3MPS_SUPPORTED(x) ((x)[3] & 0x04) argument
1357 #define HCI_ENHANCED_INQ_SUPPORTED(x) ((x)[3] & 0x08) argument
1358 #define HCI_LMP_INTERLACED_INQ_SCAN_SUPPORTED(x) ((x)[3] & 0x10) argument
1359 #define HCI_LMP_INTERLACED_PAGE_SCAN_SUPPORTED(x) ((x)[3] & 0x20) argument
1360 #define HCI_LMP_INQ_RSSI_SUPPORTED(x) ((x)[3] & 0x40) argument
1361 #define HCI_ESCO_EV3_SUPPORTED(x) ((x)[3] & 0x80) argument
1363 #define HCI_ESCO_EV4_SUPPORTED(x) ((x)[4] & 0x01) argument
1364 #define HCI_ESCO_EV5_SUPPORTED(x) ((x)[4] & 0x02) argument
1365 #define HCI_LMP_ABSENCE_MASKS_SUPPORTED(x) ((x)[4] & 0x04) argument
1366 #define HCI_LMP_AFH_CAP_SLAVE_SUPPORTED(x) ((x)[4] & 0x08) argument
1367 #define HCI_LMP_AFH_CLASS_SLAVE_SUPPORTED(x) ((x)[4] & 0x10) argument
1368 #define HCI_BREDR_NOT_SPT_SUPPORTED(x) ((x)[4] & 0x20) argument
1369 #define HCI_LE_SPT_SUPPORTED(x) ((x)[4] & 0x40) argument
1370 #define HCI_3_SLOT_EDR_ACL_SUPPORTED(x) ((x)[4] & 0x80) argument
1372 #define HCI_5_SLOT_EDR_ACL_SUPPORTED(x) ((x)[5] & 0x01) argument
1373 #define HCI_SNIFF_SUB_RATE_SUPPORTED(x) ((x)[5] & 0x02) argument
1374 #define HCI_ATOMIC_ENCRYPT_SUPPORTED(x) ((x)[5] & 0x04) argument
1375 #define HCI_LMP_AFH_CAP_MASTR_SUPPORTED(x) ((x)[5] & 0x08) argument
1376 #define HCI_LMP_AFH_CLASS_MASTR_SUPPORTED(x) ((x)[5] & 0x10) argument
1377 #define HCI_EDR_ESCO_2MPS_SUPPORTED(x) ((x)[5] & 0x20) argument
1378 #define HCI_EDR_ESCO_3MPS_SUPPORTED(x) ((x)[5] & 0x40) argument
1379 #define HCI_3_SLOT_EDR_ESCO_SUPPORTED(x) ((x)[5] & 0x80) argument
1381 #define HCI_EXT_INQ_RSP_SUPPORTED(x) ((x)[6] & 0x01) argument
1382 #define HCI_SIMUL_LE_BREDR_SUPPORTED(x) ((x)[6] & 0x02) argument
1383 #define HCI_ANUM_PIN_CAP_SUPPORTED(x) ((x)[6] & 0x04) argument
1384 #define HCI_SIMPLE_PAIRING_SUPPORTED(x) ((x)[6] & 0x08) argument
1385 #define HCI_ENCAP_PDU_SUPPORTED(x) ((x)[6] & 0x10) argument
1386 #define HCI_ERROR_DATA_SUPPORTED(x) ((x)[6] & 0x20) argument
1390 #define HCI_NON_FLUSHABLE_PB_SUPPORTED(x) (0) //((x)[6] & 0x40) argument
1391 #define HCI_LINK_SUP_TO_EVT_SUPPORTED(x) ((x)[7] & 0x01) argument
1392 #define HCI_INQ_RESP_TX_SUPPORTED(x) ((x)[7] & 0x02) argument
1393 #define HCI_LMP_EXTENDED_SUPPORTED(x) ((x)[7] & 0x80) argument
1396 #define HCI_SSP_HOST_SUPPORTED(x) ((x)[0] & 0x01) argument
1397 #define HCI_LE_HOST_SUPPORTED(x) ((x)[0] & 0x02) argument
1398 #define HCI_SIMUL_DUMO_HOST_SUPPORTED(x) ((x)[0] & 0x04) argument
1399 #define HCI_SC_HOST_SUPPORTED(x) ((x)[0] & 0x08) argument
1402 #define HCI_CSB_MASTER_SUPPORTED(x) ((x)[0] & 0x01) argument
1403 #define HCI_CSB_SLAVE_SUPPORTED(x) ((x)[0] & 0x02) argument
1404 #define HCI_SYNC_TRAIN_MASTER_SUPPORTED(x) ((x)[0] & 0x04) argument
1405 #define HCI_SYNC_SCAN_SLAVE_SUPPORTED(x) ((x)[0] & 0x08) argument
1406 #define HCI_INQ_RESP_NOTIF_SUPPORTED(x) ((x)[0] & 0x10) argument
1408 #define HCI_SC_CTRLR_SUPPORTED(x) ((x)[1] & 0x01) argument
1409 #define HCI_PING_SUPPORTED(x) ((x)[1] & 0x02) argument
1412 #define HCI_LE_ENCRYPTION_SUPPORTED(x) ((x)[0] & 0x01) argument
1413 #define HCI_LE_CONN_PARAM_REQ_SUPPORTED(x) ((x)[0] & 0x02) argument
1414 #define HCI_LE_EXT_REJ_IND_SUPPORTED(x) ((x)[0] & 0x04) argument
1415 #define HCI_LE_SLAVE_INIT_FEAT_EXC_SUPPORTED(x) ((x)[0] & 0x08) argument
1416 #define HCI_LE_DATA_LEN_EXT_SUPPORTED(x) ((x)[0] & 0x20) argument
1417 #define HCI_LE_ENHANCED_PRIVACY_SUPPORTED(x) ((x)[0] & 0x40) argument
1418 #define HCI_LE_EXT_SCAN_FILTER_POLICY_SUPPORTED(x) ((x)[0] & 0x80) argument
1420 #define HCI_LE_2M_PHY_SUPPORTED(x) ((x)[1] & 0x01) argument
1421 #define HCI_LE_CODED_PHY_SUPPORTED(x) ((x)[1] & 0x08) argument
1422 #define HCI_LE_EXTENDED_ADVERTISING_SUPPORTED(x) ((x)[1] & 0x10) argument
1423 #define HCI_LE_PERIODIC_ADVERTISING_SUPPORTED(x) ((x)[1] & 0x20) argument
1428 #define HCI_INQUIRY_SUPPORTED(x) ((x)[0] & 0x01) argument
1429 #define HCI_INQUIRY_CANCEL_SUPPORTED(x) ((x)[0] & 0x02) argument
1430 #define HCI_PERIODIC_INQUIRY_SUPPORTED(x) ((x)[0] & 0x04) argument
1431 #define HCI_EXIT_PERIODIC_INQUIRY_SUPPORTED(x) ((x)[0] & 0x08) argument
1432 #define HCI_CREATE_CONN_SUPPORTED(x) ((x)[0] & 0x10) argument
1433 #define HCI_DISCONNECT_SUPPORTED(x) ((x)[0] & 0x20) argument
1434 #define HCI_ADD_SCO_CONN_SUPPORTED(x) ((x)[0] & 0x40) argument
1435 #define HCI_CANCEL_CREATE_CONN_SUPPORTED(x) ((x)[0] & 0x80) argument
1437 #define HCI_ACCEPT_CONN_REQUEST_SUPPORTED(x) ((x)[1] & 0x01) argument
1438 #define HCI_REJECT_CONN_REQUEST_SUPPORTED(x) ((x)[1] & 0x02) argument
1439 #define HCI_LINK_KEY_REQUEST_REPLY_SUPPORTED(x) ((x)[1] & 0x04) argument
1440 #define HCI_LINK_KEY_REQUEST_NEG_REPLY_SUPPORTED(x) ((x)[1] & 0x08) argument
1441 #define HCI_PIN_CODE_REQUEST_REPLY_SUPPORTED(x) ((x)[1] & 0x10) argument
1442 #define HCI_PIN_CODE_REQUEST_NEG_REPLY_SUPPORTED(x) ((x)[1] & 0x20) argument
1443 #define HCI_CHANGE_CONN_PKT_TYPE_SUPPORTED(x) ((x)[1] & 0x40) argument
1444 #define HCI_AUTH_REQUEST_SUPPORTED(x) ((x)[1] & 0x80) argument
1446 #define HCI_SET_CONN_ENCRYPTION_SUPPORTED(x) ((x)[2] & 0x01) argument
1447 #define HCI_CHANGE_CONN_LINK_KEY_SUPPORTED(x) ((x)[2] & 0x02) argument
1448 #define HCI_MASTER_LINK_KEY_SUPPORTED(x) ((x)[2] & 0x04) argument
1449 #define HCI_REMOTE_NAME_REQUEST_SUPPORTED(x) ((x)[2] & 0x08) argument
1450 #define HCI_CANCEL_REMOTE_NAME_REQUEST_SUPPORTED(x) ((x)[2] & 0x10) argument
1451 #define HCI_READ_REMOTE_SUPP_FEATURES_SUPPORTED(x) ((x)[2] & 0x20) argument
1452 #define HCI_READ_REMOTE_EXT_FEATURES_SUPPORTED(x) ((x)[2] & 0x40) argument
1453 #define HCI_READ_REMOTE_VER_INFO_SUPPORTED(x) ((x)[2] & 0x80) argument
1455 #define HCI_READ_CLOCK_OFFSET_SUPPORTED(x) ((x)[3] & 0x01) argument
1456 #define HCI_READ_LMP_HANDLE_SUPPORTED(x) ((x)[3] & 0x02) argument
1459 #define HCI_HOLD_MODE_CMD_SUPPORTED(x) ((x)[4] & 0x02) argument
1460 #define HCI_SNIFF_MODE_CMD_SUPPORTED(x) ((x)[4] & 0x04) argument
1461 #define HCI_EXIT_SNIFF_MODE_SUPPORTED(x) ((x)[4] & 0x08) argument
1462 #define HCI_PARK_STATE_SUPPORTED(x) ((x)[4] & 0x10) argument
1463 #define HCI_EXIT_PARK_STATE_SUPPORTED(x) ((x)[4] & 0x20) argument
1464 #define HCI_QOS_SETUP_SUPPORTED(x) ((x)[4] & 0x40) argument
1465 #define HCI_ROLE_DISCOVERY_SUPPORTED(x) ((x)[4] & 0x80) argument
1467 #define HCI_SWITCH_ROLE_SUPPORTED(x) ((x)[5] & 0x01) argument
1468 #define HCI_READ_LINK_POLICY_SET_SUPPORTED(x) ((x)[5] & 0x02) argument
1469 #define HCI_WRITE_LINK_POLICY_SET_SUPPORTED(x) ((x)[5] & 0x04) argument
1470 #define HCI_READ_DEF_LINK_POLICY_SET_SUPPORTED(x) ((x)[5] & 0x08) argument
1471 #define HCI_WRITE_DEF_LINK_POLICY_SET_SUPPORTED(x) ((x)[5] & 0x10) argument
1472 #define HCI_FLOW_SPECIFICATION_SUPPORTED(x) ((x)[5] & 0x20) argument
1473 #define HCI_SET_EVENT_MASK_SUPPORTED(x) ((x)[5] & 0x40) argument
1474 #define HCI_RESET_SUPPORTED(x) ((x)[5] & 0x80) argument
1476 #define HCI_SET_EVENT_FILTER_SUPPORTED(x) ((x)[6] & 0x01) argument
1477 #define HCI_FLUSH_SUPPORTED(x) ((x)[6] & 0x02) argument
1478 #define HCI_READ_PIN_TYPE_SUPPORTED(x) ((x)[6] & 0x04) argument
1479 #define HCI_WRITE_PIN_TYPE_SUPPORTED(x) ((x)[6] & 0x08) argument
1480 #define HCI_CREATE_NEW_UNIT_KEY_SUPPORTED(x) ((x)[6] & 0x10) argument
1481 #define HCI_READ_STORED_LINK_KEY_SUPPORTED(x) ((x)[6] & 0x20) argument
1482 #define HCI_WRITE_STORED_LINK_KEY_SUPPORTED(x) ((x)[6] & 0x40) argument
1483 #define HCI_DELETE_STORED_LINK_KEY_SUPPORTED(x) ((x)[6] & 0x80) argument
1485 #define HCI_WRITE_LOCAL_NAME_SUPPORTED(x) ((x)[7] & 0x01) argument
1486 #define HCI_READ_LOCAL_NAME_SUPPORTED(x) ((x)[7] & 0x02) argument
1487 #define HCI_READ_CONN_ACCEPT_TOUT_SUPPORTED(x) ((x)[7] & 0x04) argument
1488 #define HCI_WRITE_CONN_ACCEPT_TOUT_SUPPORTED(x) ((x)[7] & 0x08) argument
1489 #define HCI_READ_PAGE_TOUT_SUPPORTED(x) ((x)[7] & 0x10) argument
1490 #define HCI_WRITE_PAGE_TOUT_SUPPORTED(x) ((x)[7] & 0x20) argument
1491 #define HCI_READ_SCAN_ENABLE_SUPPORTED(x) ((x)[7] & 0x40) argument
1492 #define HCI_WRITE_SCAN_ENABLE_SUPPORTED(x) ((x)[7] & 0x80) argument
1494 #define HCI_READ_PAGE_SCAN_ACTIVITY_SUPPORTED(x) ((x)[8] & 0x01) argument
1495 #define HCI_WRITE_PAGE_SCAN_ACTIVITY_SUPPORTED(x) ((x)[8] & 0x02) argument
1496 #define HCI_READ_INQURIY_SCAN_ACTIVITY_SUPPORTED(x) ((x)[8] & 0x04) argument
1497 #define HCI_WRITE_INQURIY_SCAN_ACTIVITY_SUPPORTED(x) ((x)[8] & 0x08) argument
1498 #define HCI_READ_AUTH_ENABLE_SUPPORTED(x) ((x)[8] & 0x10) argument
1499 #define HCI_WRITE_AUTH_ENABLE_SUPPORTED(x) ((x)[8] & 0x20) argument
1500 #define HCI_READ_ENCRYPT_ENABLE_SUPPORTED(x) ((x)[8] & 0x40) argument
1501 #define HCI_WRITE_ENCRYPT_ENABLE_SUPPORTED(x) ((x)[8] & 0x80) argument
1503 #define HCI_READ_CLASS_DEVICE_SUPPORTED(x) ((x)[9] & 0x01) argument
1504 #define HCI_WRITE_CLASS_DEVICE_SUPPORTED(x) ((x)[9] & 0x02) argument
1505 #define HCI_READ_VOICE_SETTING_SUPPORTED(x) ((x)[9] & 0x04) argument
1506 #define HCI_WRITE_VOICE_SETTING_SUPPORTED(x) ((x)[9] & 0x08) argument
1507 #define HCI_READ_AUTOMATIC_FLUSH_TIMEOUT_SUPPORTED(x) ((x)[9] & 0x10) argument
1508 #define HCI_WRITE_AUTOMATIC_FLUSH_TIMEOUT_SUPPORTED(x) ((x)[9] & 0x20) argument
1509 #define HCI_READ_NUM_BROAD_RETRANS_SUPPORTED(x) ((x)[9] & 0x40) argument
1510 #define HCI_WRITE_NUM_BROAD_RETRANS_SUPPORTED(x) ((x)[9] & 0x80) argument
1512 #define HCI_READ_HOLD_MODE_ACTIVITY_SUPPORTED(x) ((x)[10] & 0x01) argument
1513 #define HCI_WRITE_HOLD_MODE_ACTIVITY_SUPPORTED(x) ((x)[10] & 0x02) argument
1514 #define HCI_READ_TRANS_PWR_LEVEL_SUPPORTED(x) ((x)[10] & 0x04) argument
1515 #define HCI_READ_SYNCH_FLOW_CTRL_ENABLE_SUPPORTED(x) ((x)[10] & 0x08) argument
1516 #define HCI_WRITE_SYNCH_FLOW_CTRL_ENABLE_SUPPORTED(x) ((x)[10] & 0x10) argument
1517 #define HCI_SET_HOST_CTRLR_TO_HOST_FC_SUPPORTED(x) ((x)[10] & 0x20) argument
1518 #define HCI_HOST_BUFFER_SIZE_SUPPORTED(x) ((x)[10] & 0x40) argument
1519 #define HCI_HOST_NUM_COMPLETED_PKTS_SUPPORTED(x) ((x)[10] & 0x80) argument
1521 #define HCI_READ_LINK_SUP_TOUT_SUPPORTED(x) ((x)[11] & 0x01) argument
1522 #define HCI_WRITE_LINK_SUP_TOUT_SUPPORTED(x) ((x)[11] & 0x02) argument
1523 #define HCI_READ_NUM_SUPP_IAC_SUPPORTED(x) ((x)[11] & 0x04) argument
1524 #define HCI_READ_CURRENT_IAC_LAP_SUPPORTED(x) ((x)[11] & 0x08) argument
1525 #define HCI_WRITE_CURRENT_IAC_LAP_SUPPORTED(x) ((x)[11] & 0x10) argument
1526 #define HCI_READ_PAGE_SCAN_PER_MODE_SUPPORTED(x) ((x)[11] & 0x20) argument
1527 #define HCI_WRITE_PAGE_SCAN_PER_MODE_SUPPORTED(x) ((x)[11] & 0x40) argument
1528 #define HCI_READ_PAGE_SCAN_MODE_SUPPORTED(x) ((x)[11] & 0x80) argument
1530 #define HCI_WRITE_PAGE_SCAN_MODE_SUPPORTED(x) ((x)[12] & 0x01) argument
1531 #define HCI_SET_AFH_CHNL_CLASS_SUPPORTED(x) ((x)[12] & 0x02) argument
1532 #define HCI_READ_INQUIRY_SCAN_TYPE_SUPPORTED(x) ((x)[12] & 0x10) argument
1533 #define HCI_WRITE_INQUIRY_SCAN_TYPE_SUPPORTED(x) ((x)[12] & 0x20) argument
1534 #define HCI_READ_INQUIRY_MODE_SUPPORTED(x) ((x)[12] & 0x40) argument
1535 #define HCI_WRITE_INQUIRY_MODE_SUPPORTED(x) ((x)[12] & 0x80) argument
1537 #define HCI_READ_PAGE_SCAN_TYPE_SUPPORTED(x) ((x)[13] & 0x01) argument
1538 #define HCI_WRITE_PAGE_SCAN_TYPE_SUPPORTED(x) ((x)[13] & 0x02) argument
1539 #define HCI_READ_AFH_CHNL_ASSESS_MODE_SUPPORTED(x) ((x)[13] & 0x04) argument
1540 #define HCI_WRITE_AFH_CHNL_ASSESS_MODE_SUPPORTED(x) ((x)[13] & 0x08) argument
1542 #define HCI_READ_LOCAL_VER_INFO_SUPPORTED(x) ((x)[14] & 0x08) argument
1543 #define HCI_READ_LOCAL_SUP_CMDS_SUPPORTED(x) ((x)[14] & 0x10) argument
1544 #define HCI_READ_LOCAL_SUPP_FEATURES_SUPPORTED(x) ((x)[14] & 0x20) argument
1545 #define HCI_READ_LOCAL_EXT_FEATURES_SUPPORTED(x) ((x)[14] & 0x40) argument
1546 #define HCI_READ_BUFFER_SIZE_SUPPORTED(x) ((x)[14] & 0x80) argument
1548 #define HCI_READ_COUNTRY_CODE_SUPPORTED(x) ((x)[15] & 0x01) argument
1549 #define HCI_READ_BD_ADDR_SUPPORTED(x) ((x)[15] & 0x02) argument
1550 #define HCI_READ_FAIL_CONTACT_CNTR_SUPPORTED(x) ((x)[15] & 0x04) argument
1551 #define HCI_RESET_FAIL_CONTACT_CNTR_SUPPORTED(x) ((x)[15] & 0x08) argument
1552 #define HCI_GET_LINK_QUALITY_SUPPORTED(x) ((x)[15] & 0x10) argument
1553 #define HCI_READ_RSSI_SUPPORTED(x) ((x)[15] & 0x20) argument
1554 #define HCI_READ_AFH_CH_MAP_SUPPORTED(x) ((x)[15] & 0x40) argument
1555 #define HCI_READ_BD_CLOCK_SUPPORTED(x) ((x)[15] & 0x80) argument
1557 #define HCI_READ_LOOPBACK_MODE_SUPPORTED(x) ((x)[16] & 0x01) argument
1558 #define HCI_WRITE_LOOPBACK_MODE_SUPPORTED(x) ((x)[16] & 0x02) argument
1559 #define HCI_ENABLE_DEV_UNDER_TEST_SUPPORTED(x) ((x)[16] & 0x04) argument
1560 #define HCI_SETUP_SYNCH_CONN_SUPPORTED(x) ((x)[16] & 0x08) argument
1561 #define HCI_ACCEPT_SYNCH_CONN_SUPPORTED(x) ((x)[16] & 0x10) argument
1562 #define HCI_REJECT_SYNCH_CONN_SUPPORTED(x) ((x)[16] & 0x20) argument
1564 #define HCI_READ_EXT_INQUIRY_RESP_SUPPORTED(x) ((x)[17] & 0x01) argument
1565 #define HCI_WRITE_EXT_INQUIRY_RESP_SUPPORTED(x) ((x)[17] & 0x02) argument
1566 #define HCI_REFRESH_ENCRYPTION_KEY_SUPPORTED(x) ((x)[17] & 0x04) argument
1567 #define HCI_SNIFF_SUB_RATE_CMD_SUPPORTED(x) ((x)[17] & 0x10) argument
1568 #define HCI_READ_SIMPLE_PAIRING_MODE_SUPPORTED(x) ((x)[17] & 0x20) argument
1569 #define HCI_WRITE_SIMPLE_PAIRING_MODE_SUPPORTED(x) ((x)[17] & 0x40) argument
1570 #define HCI_READ_LOCAL_OOB_DATA_SUPPORTED(x) ((x)[17] & 0x80) argument
1572 #define HCI_READ_INQUIRY_RESPONSE_TX_POWER_SUPPORTED(x) ((x)[18] & 0x01) argument
1573 #define HCI_WRITE_INQUIRY_RESPONSE_TX_POWER_SUPPORTED(x) ((x)[18] & 0x02) argument
1574 #define HCI_READ_DEFAULT_ERRONEOUS_DATA_REPORTING_SUPPORTED(x) ((x)[18] & 0x04) argument
1575 #define HCI_WRITE_DEFAULT_ERRONEOUS_DATA_REPORTING_SUPPORTED(x) ((x)[18] & 0x08) argument
1576 #define HCI_IO_CAPABILITY_REQUEST_REPLY_SUPPORTED(x) ((x)[18] & 0x80) argument
1578 #define HCI_USER_CONFIRMATION_REQUEST_REPLY_SUPPORTED(x) ((x)[19] & 0x01) argument
1579 #define HCI_USER_CONFIRMATION_REQUEST_NEG_REPLY_SUPPORTED(x) ((x)[19] & 0x02) argument
1580 #define HCI_USER_PASSKEY_REQUEST_REPLY_SUPPORTED(x) ((x)[19] & 0x04) argument
1581 #define HCI_USER_PASSKEY_REQUEST_NEG_REPLY_SUPPORTED(x) ((x)[19] & 0x08) argument
1582 #define HCI_REMOTE_OOB_DATA_REQUEST_REPLY_SUPPORTED(x) ((x)[19] & 0x10) argument
1583 #define HCI_WRITE_SIMPLE_PAIRING_DBG_MODE_SUPPORTED(x) ((x)[19] & 0x20) argument
1584 #define HCI_ENHANCED_FLUSH_SUPPORTED(x) ((x)[19] & 0x40) argument
1585 #define HCI_REMOTE_OOB_DATA_REQUEST_NEG_REPLY_SUPPORTED(x) ((x)[19] & 0x80) argument
1587 #define HCI_SEND_NOTIF_SUPPORTED(x) ((x)[20] & 0x04) argument
1588 #define HCI_IO_CAP_REQ_NEG_REPLY_SUPPORTED(x) ((x)[20] & 0x08) argument
1589 #define HCI_READ_ENCR_KEY_SIZE_SUPPORTED(x) ((x)[20] & 0x10) argument
1591 #define HCI_CREATE_PHYSICAL_LINK_SUPPORTED(x) ((x)[21] & 0x01) argument
1592 #define HCI_ACCEPT_PHYSICAL_LINK_SUPPORTED(x) ((x)[21] & 0x02) argument
1593 #define HCI_DISCONNECT_PHYSICAL_LINK_SUPPORTED(x) ((x)[21] & 0x04) argument
1594 #define HCI_CREATE_LOGICAL_LINK_SUPPORTED(x) ((x)[21] & 0x08) argument
1595 #define HCI_ACCEPT_LOGICAL_LINK_SUPPORTED(x) ((x)[21] & 0x10) argument
1596 #define HCI_DISCONNECT_LOGICAL_LINK_SUPPORTED(x) ((x)[21] & 0x20) argument
1597 #define HCI_LOGICAL_LINK_CANCEL_SUPPORTED(x) ((x)[21] & 0x40) argument
1598 #define HCI_FLOW_SPEC_MODIFY_SUPPORTED(x) ((x)[21] & 0x80) argument
1600 #define HCI_READ_LOGICAL_LINK_ACCEPT_TIMEOUT_SUPPORTED(x) ((x)[22] & 0x01) argument
1601 #define HCI_WRITE_LOGICAL_LINK_ACCEPT_TIMEOUT_SUPPORTED(x) ((x)[22] & 0x02) argument
1602 #define HCI_SET_EVENT_MASK_PAGE_2_SUPPORTED(x) ((x)[22] & 0x04) argument
1603 #define HCI_READ_LOCATION_DATA_SUPPORTED(x) ((x)[22] & 0x08) argument
1604 #define HCI_WRITE_LOCATION_DATA_SUPPORTED(x) ((x)[22] & 0x10) argument
1605 #define HCI_READ_LOCAL_AMP_INFO_SUPPORTED(x) ((x)[22] & 0x20) argument
1606 #define HCI_READ_LOCAL_AMP_ASSOC_SUPPORTED(x) ((x)[22] & 0x40) argument
1607 #define HCI_WRITE_REMOTE_AMP_ASSOC_SUPPORTED(x) ((x)[22] & 0x80) argument
1609 #define HCI_READ_FLOW_CONTROL_MODE_SUPPORTED(x) ((x)[23] & 0x01) argument
1610 #define HCI_WRITE_FLOW_CONTROL_MODE_SUPPORTED(x) ((x)[23] & 0x02) argument
1611 #define HCI_READ_DATA_BLOCK_SIZE_SUPPORTED(x) ((x)[23] & 0x04) argument
1612 #define HCI_ENABLE_AMP_RCVR_REPORTS_SUPPORTED(x) ((x)[23] & 0x20) argument
1613 #define HCI_AMP_TEST_END_SUPPORTED(x) ((x)[23] & 0x40) argument
1614 #define HCI_AMP_TEST_SUPPORTED(x) ((x)[23] & 0x80) argument
1616 #define HCI_READ_TRANSMIT_POWER_LEVEL_SUPPORTED(x) ((x)[24] & 0x01) argument
1617 #define HCI_READ_BE_FLUSH_TOUT_SUPPORTED(x) ((x)[24] & 0x04) argument
1618 #define HCI_WRITE_BE_FLUSH_TOUT_SUPPORTED(x) ((x)[24] & 0x08) argument
1619 #define HCI_SHORT_RANGE_MODE_SUPPORTED(x) ((x)[24] & 0x10) argument
1621 #define HCI_ENH_SETUP_SYNCH_CONN_SUPPORTED(x) ((x)[29] & 0x08) argument
1622 #define HCI_ENH_ACCEPT_SYNCH_CONN_SUPPORTED(x) ((x)[29] & 0x10) argument
1623 #define HCI_READ_LOCAL_CODECS_SUPPORTED(x) ((x)[29] & 0x20) argument
1624 #define HCI_SET_MWS_CHANNEL_PARAMETERS_SUPPORTED(x) ((x)[29] & 0x40) argument
1625 #define HCI_SET_EXTERNAL_FRAME_CONFIGURATION_SUPPORTED(x) ((x)[29] & 0x80) argument
1627 #define HCI_SET_MWS_SIGNALING_SUPPORTED(x) ((x)[30] & 0x01) argument
1628 #define HCI_SET_MWS_TRANSPORT_LAYER_SUPPORTED(x) ((x)[30] & 0x02) argument
1629 #define HCI_SET_MWS_SCAN_FREQUENCY_TABLE_SUPPORTED(x) ((x)[30] & 0x04) argument
1630 #define HCI_GET_MWS_TRANS_LAYER_CFG_SUPPORTED(x) ((x)[30] & 0x08) argument
1631 #define HCI_SET_MWS_PATTERN_CONFIGURATION_SUPPORTED(x) ((x)[30] & 0x10) argument
1632 #define HCI_SET_TRIG_CLK_CAP_SUPPORTED(x) ((x)[30] & 0x20) argument
1633 #define HCI_TRUNCATED_PAGE_SUPPORTED(x) ((x)[30] & 0x40) argument
1634 #define HCI_TRUNCATED_PAGE_CANCEL_SUPPORTED(x) ((x)[30] & 0x80) argument
1636 #define HCI_SET_CONLESS_SLAVE_BRCST_SUPPORTED(x) ((x)[31] & 0x01) argument
1637 #define HCI_SET_CONLESS_SLAVE_BRCST_RECEIVE_SUPPORTED(x) ((x)[31] & 0x02) argument
1638 #define HCI_START_SYNC_TRAIN_SUPPORTED(x) ((x)[31] & 0x04) argument
1639 #define HCI_RECEIVE_SYNC_TRAIN_SUPPORTED(x) ((x)[31] & 0x08) argument
1640 #define HCI_SET_RESERVED_LT_ADDR_SUPPORTED(x) ((x)[31] & 0x10) argument
1641 #define HCI_DELETE_RESERVED_LT_ADDR_SUPPORTED(x) ((x)[31] & 0x20) argument
1642 #define HCI_SET_CONLESS_SLAVE_BRCST_DATA_SUPPORTED(x) ((x)[31] & 0x40) argument
1643 #define HCI_READ_SYNC_TRAIN_PARAM_SUPPORTED(x) ((x)[31] & 0x80) argument
1645 #define HCI_WRITE_SYNC_TRAIN_PARAM_SUPPORTED(x) ((x)[32] & 0x01) argument
1646 #define HCI_REMOTE_OOB_EXTENDED_DATA_REQUEST_REPLY_SUPPORTED(x) ((x)[32] & 0x02) argument
1647 #define HCI_READ_SECURE_CONNS_SUPPORT_SUPPORTED(x) ((x)[32] & 0x04) argument
1648 #define HCI_WRITE_SECURE_CONNS_SUPPORT_SUPPORTED(x) ((x)[32] & 0x08) argument
1649 #define HCI_READ_AUTHENT_PAYLOAD_TOUT_SUPPORTED(x) ((x)[32] & 0x10) argument
1650 #define HCI_WRITE_AUTHENT_PAYLOAD_TOUT_SUPPORTED(x) ((x)[32] & 0x20) argument
1651 #define HCI_READ_LOCAL_OOB_EXTENDED_DATA_SUPPORTED(x) ((x)[32] & 0x40) argument
1652 #define HCI_WRITE_SECURE_CONNECTIONS_TEST_MODE_SUPPORTED(x) ((x)[32] & 0x80) argument
1654 #define HCI_LE_RC_CONN_PARAM_UPD_RPY_SUPPORTED(x) ((x)[33] & 0x10) argument
1655 #define HCI_LE_RC_CONN_PARAM_UPD_NEG_RPY_SUPPORTED(x) ((x)[33] & 0x20) argument
1657 #define HCI_LE_READ_PHY_SUPPORTED(x) ((x)[35] & 0x10) argument
1658 #define HCI_LE_SET_DEFAULT_PHY_SUPPORTED(x) ((x)[35] & 0x20) argument
1659 #define HCI_LE_SET_PHY_SUPPORTED(x) ((x)[35] & 0x40) argument
1660 #define HCI_LE_ENH_RX_TEST_SUPPORTED(x) ((x)[35] & 0x80) argument
1662 #define HCI_LE_ENH_TX_TEST_SUPPORTED(x) ((x)[36] & 0x01) argument
1664 #define HCI_LE_SET_PRIVACY_MODE_SUPPORTED(x) ((x)[39] & 0x04) argument