Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c400 tBTA_GATTC_CHAR_DESCR_ID *p_start_descr_id, in BTA_GATTC_GetNextCharDescr() argument
406 if (!p_start_descr_id || !p_descr_result) in BTA_GATTC_GetNextCharDescr()
412 &p_start_descr_id->char_id.srvc_id, in BTA_GATTC_GetNextCharDescr()
413 &p_start_descr_id->char_id.char_id, in BTA_GATTC_GetNextCharDescr()
416 (void *)&p_start_descr_id->descr_type)) in BTA_GATTC_GetNextCharDescr()
420 memcpy(&p_descr_result->char_id, p_start_descr_id, sizeof(tBTA_GATTC_CHAR_ID)); in BTA_GATTC_GetNextCharDescr()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h760 tBTA_GATTC_CHAR_DESCR_ID *p_start_descr_id,