Searched defs:p_property (Results 1 - 1 of 1) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_api.c309 ** p_property: output parameter to carry the characteristic property.
317 tBTA_GATT_CHAR_PROP *p_property)
325 p_char_uuid_cond, &p_char_result->char_id, (void *)p_property))
348 ** p_property: output parameter to carry the characteristic property.
357 tBTA_GATT_CHAR_PROP *p_property)
369 (void *) p_property))
314 BTA_GATTC_GetFirstChar(UINT16 conn_id, tBTA_GATT_SRVC_ID *p_srvc_id, tBT_UUID *p_char_uuid_cond, tBTA_GATTC_CHAR_ID *p_char_result, tBTA_GATT_CHAR_PROP *p_property) argument
353 BTA_GATTC_GetNextChar(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_start_char_id, tBT_UUID *p_char_uuid_cond, tBTA_GATTC_CHAR_ID *p_char_result, tBTA_GATT_CHAR_PROP *p_property) argument

Completed in 22 milliseconds