Home
last modified time | relevance | path

Searched refs:id_type (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/include/
Dbta_gatt_api.h236 tBTA_GATT_ID_TYPE id_type; member
/system/bt/bta/gatt/
Dbta_gattc_act.c1152 if (p_id->id_type == BTA_GATT_TYPE_CHAR) in bta_gattc_read_multi()
1159 else if (p_id->id_type == BTA_GATT_TYPE_CHAR_DESCR) in bta_gattc_read_multi()
1168 APPL_TRACE_ERROR("invalud ID type: %d", p_id->id_type); in bta_gattc_read_multi()