• Home
  • Raw
  • Download

Lines Matching refs:dev_class

2386 static void btm_ble_appearance_to_cod(UINT16 appearance, UINT8 *dev_class)  in btm_ble_appearance_to_cod()  argument
2388 dev_class[0] = 0; in btm_ble_appearance_to_cod()
2393 dev_class[1] = BTM_COD_MAJOR_PHONE; in btm_ble_appearance_to_cod()
2394 dev_class[2] = BTM_COD_MINOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
2397 dev_class[1] = BTM_COD_MAJOR_COMPUTER; in btm_ble_appearance_to_cod()
2398 dev_class[2] = BTM_COD_MINOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
2401 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
2402 dev_class[2] = BTM_COD_MINOR_REMOTE_CONTROL; in btm_ble_appearance_to_cod()
2406 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
2407 dev_class[2] = BTM_COD_MINOR_THERMOMETER; in btm_ble_appearance_to_cod()
2411 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
2412 dev_class[2] = BTM_COD_MINOR_HEART_PULSE_MONITOR; in btm_ble_appearance_to_cod()
2417 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
2418 dev_class[2] = BTM_COD_MINOR_BLOOD_MONITOR; in btm_ble_appearance_to_cod()
2423 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
2424 dev_class[2] = BTM_COD_MINOR_PULSE_OXIMETER; in btm_ble_appearance_to_cod()
2427 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
2428 dev_class[2] = BTM_COD_MINOR_GLUCOSE_METER; in btm_ble_appearance_to_cod()
2431 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
2432 dev_class[2] = BTM_COD_MINOR_WEIGHING_SCALE; in btm_ble_appearance_to_cod()
2438 dev_class[1] = BTM_COD_MAJOR_HEALTH; in btm_ble_appearance_to_cod()
2439 dev_class[2] = BTM_COD_MINOR_STEP_COUNTER; in btm_ble_appearance_to_cod()
2443 dev_class[1] = BTM_COD_MAJOR_WEARABLE; in btm_ble_appearance_to_cod()
2444 dev_class[2] = BTM_COD_MINOR_WRIST_WATCH; in btm_ble_appearance_to_cod()
2447 dev_class[1] = BTM_COD_MAJOR_WEARABLE; in btm_ble_appearance_to_cod()
2448 dev_class[2] = BTM_COD_MINOR_GLASSES; in btm_ble_appearance_to_cod()
2451 dev_class[1] = BTM_COD_MAJOR_IMAGING; in btm_ble_appearance_to_cod()
2452 dev_class[2] = BTM_COD_MINOR_DISPLAY; in btm_ble_appearance_to_cod()
2455 dev_class[1] = BTM_COD_MAJOR_AUDIO; in btm_ble_appearance_to_cod()
2456 dev_class[2] = BTM_COD_MINOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
2461 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
2462 dev_class[2] = BTM_COD_MINOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
2465 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
2466 dev_class[2] = BTM_COD_MINOR_KEYBOARD; in btm_ble_appearance_to_cod()
2469 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
2470 dev_class[2] = BTM_COD_MINOR_POINTING; in btm_ble_appearance_to_cod()
2473 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
2474 dev_class[2] = BTM_COD_MINOR_JOYSTICK; in btm_ble_appearance_to_cod()
2477 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
2478 dev_class[2] = BTM_COD_MINOR_GAMEPAD; in btm_ble_appearance_to_cod()
2481 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
2482 dev_class[2] = BTM_COD_MINOR_DIGITIZING_TABLET; in btm_ble_appearance_to_cod()
2485 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
2486 dev_class[2] = BTM_COD_MINOR_CARD_READER; in btm_ble_appearance_to_cod()
2489 dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_appearance_to_cod()
2490 dev_class[2] = BTM_COD_MINOR_DIGITAL_PAN; in btm_ble_appearance_to_cod()
2508 dev_class[1] = BTM_COD_MAJOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
2509 dev_class[2] = BTM_COD_MINOR_UNCLASSIFIED; in btm_ble_appearance_to_cod()
2590 btm_ble_appearance_to_cod((UINT16)p_uuid16[0] | (p_uuid16[1] << 8), p_cur->dev_class); in btm_ble_update_inq_result()
2603 p_cur->dev_class[0] = 0; in btm_ble_update_inq_result()
2604 p_cur->dev_class[1] = BTM_COD_MAJOR_PERIPHERAL; in btm_ble_update_inq_result()
2605 p_cur->dev_class[2] = 0; in btm_ble_update_inq_result()