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

/system/bt/bta/gatt/
H A Dbta_gattc_api.c389 ** p_descr_result: output parameter which will store the GATT
397 tBTA_GATTC_CHAR_DESCR_ID *p_descr_result)
401 if (!p_char_id || !p_descr_result)
404 memset(p_descr_result, 0, sizeof(tBTA_GATTC_CHAR_DESCR_ID));
411 &p_descr_result->char_id.char_id,
415 memcpy(&p_descr_result->descr_id, &p_descr_result->char_id.char_id, sizeof(tBTA_GATT_ID));
416 memcpy(&p_descr_result->char_id, p_char_id, sizeof(tBTA_GATTC_CHAR_ID));
433 ** p_descr_result: output parameter which will store the GATT
442 tBTA_GATTC_CHAR_DESCR_ID *p_descr_result)
395 BTA_GATTC_GetFirstCharDescr(UINT16 conn_id, tBTA_GATTC_CHAR_ID *p_char_id, tBT_UUID *p_descr_uuid_cond, tBTA_GATTC_CHAR_DESCR_ID *p_descr_result) argument
439 BTA_GATTC_GetNextCharDescr(UINT16 conn_id, tBTA_GATTC_CHAR_DESCR_ID *p_start_descr_id, tBT_UUID *p_descr_uuid_cond, tBTA_GATTC_CHAR_DESCR_ID *p_descr_result) argument
[all...]

Completed in 28 milliseconds