Lines Matching refs:dev_class

1461 static void btm_ble_appearance_to_cod(uint16_t appearance, uint8_t* dev_class) {  in btm_ble_appearance_to_cod()  argument
1462 dev_class[0] = 0; in btm_ble_appearance_to_cod()
1466 dev_class[1] = BTM_COD_MAJOR_PHONE; in btm_ble_appearance_to_cod()
1467 dev_class[2] = BTM_COD_MINOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
1470 dev_class[1] = BTM_COD_MAJOR_COMPUTER; in btm_ble_appearance_to_cod()
1471 dev_class[2] = BTM_COD_MINOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
1474 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
1475 dev_class[2] = BTM_COD_MINOR_REMOTE_CONTROL; in btm_ble_appearance_to_cod()
1479 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
1480 dev_class[2] = BTM_COD_MINOR_THERMOMETER; in btm_ble_appearance_to_cod()
1484 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
1485 dev_class[2] = BTM_COD_MINOR_HEART_PULSE_MONITOR; in btm_ble_appearance_to_cod()
1490 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
1491 dev_class[2] = BTM_COD_MINOR_BLOOD_MONITOR; in btm_ble_appearance_to_cod()
1496 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
1497 dev_class[2] = BTM_COD_MINOR_PULSE_OXIMETER; in btm_ble_appearance_to_cod()
1500 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
1501 dev_class[2] = BTM_COD_MINOR_GLUCOSE_METER; in btm_ble_appearance_to_cod()
1504 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
1505 dev_class[2] = BTM_COD_MINOR_WEIGHING_SCALE; in btm_ble_appearance_to_cod()
1511 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
1512 dev_class[2] = BTM_COD_MINOR_STEP_COUNTER; in btm_ble_appearance_to_cod()
1516 dev_class[1] = BTM_COD_MAJOR_WEARABLE; in btm_ble_appearance_to_cod()
1517 dev_class[2] = BTM_COD_MINOR_WRIST_WATCH; in btm_ble_appearance_to_cod()
1520 dev_class[1] = BTM_COD_MAJOR_WEARABLE; in btm_ble_appearance_to_cod()
1521 dev_class[2] = BTM_COD_MINOR_GLASSES; in btm_ble_appearance_to_cod()
1524 dev_class[1] = BTM_COD_MAJOR_IMAGING; in btm_ble_appearance_to_cod()
1525 dev_class[2] = BTM_COD_MINOR_DISPLAY; in btm_ble_appearance_to_cod()
1528 dev_class[1] = BTM_COD_MAJOR_AUDIO; in btm_ble_appearance_to_cod()
1529 dev_class[2] = BTM_COD_MINOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
1534 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
1535 dev_class[2] = BTM_COD_MINOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
1538 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
1539 dev_class[2] = BTM_COD_MINOR_KEYBOARD; in btm_ble_appearance_to_cod()
1542 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
1543 dev_class[2] = BTM_COD_MINOR_POINTING; in btm_ble_appearance_to_cod()
1546 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
1547 dev_class[2] = BTM_COD_MINOR_JOYSTICK; in btm_ble_appearance_to_cod()
1550 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
1551 dev_class[2] = BTM_COD_MINOR_GAMEPAD; in btm_ble_appearance_to_cod()
1554 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
1555 dev_class[2] = BTM_COD_MINOR_DIGITIZING_TABLET; in btm_ble_appearance_to_cod()
1558 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
1559 dev_class[2] = BTM_COD_MINOR_CARD_READER; in btm_ble_appearance_to_cod()
1562 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
1563 dev_class[2] = BTM_COD_MINOR_DIGITAL_PAN; in btm_ble_appearance_to_cod()
1581 dev_class[1] = BTM_COD_MAJOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
1582 dev_class[2] = BTM_COD_MINOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
1643 p_cur->dev_class); in btm_ble_update_inq_result()
1653 p_cur->dev_class[0] = 0; in btm_ble_update_inq_result()
1654 p_cur->dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_update_inq_result()
1655 p_cur->dev_class[2] = 0; in btm_ble_update_inq_result()