Home
last modified time | relevance | path

Searched refs:char_prop (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/tools/
H A Dextract_unicode_properties.py58 for char_prop in sorted(chars.values(), key=CharacterProperty.key):
60 result.append(char_prop)
63 result[len(result) - 1].merge(char_prop)
65 result.append(char_prop)
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_test.cc138 p_data->value.dclr_value.char_prop); in btif_test_discovery_result_cback()
/aosp12/system/bt/stack/include/
H A Dgatt_api.h593 tGATT_CHAR_PROP char_prop; /* characterisitc properties */ member
/aosp12/system/bt/bta/gatt/
H A Dbta_gattc_cache.cc419 p_data->value.dclr_value.char_prop); in bta_gattc_disc_res_cback()
/aosp12/system/bt/stack/gatt/
H A Dgatt_cl.cc919 STREAM_TO_UINT8(record_value.dclr_value.char_prop, p); in gatt_process_read_by_type_rsp()