Home | History | Annotate | Download | only in btm

Lines Matching refs:appearance

1386         /* appearance data */
1391 UINT16_TO_STREAM(p, p_data->appearance);
2386 static void btm_ble_appearance_to_cod(UINT16 appearance, UINT8 *dev_class)
2390 switch (appearance)
2583 /* Check to see the BLE device has the Appearance UUID in the advertising data. If it does
2584 * then try to convert the appearance value to a class of device value Bluedroid can use.