Searched refs:p_descr_result (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gattc_api.c | 356 tBTA_GATTC_CHAR_DESCR_ID *p_descr_result) in BTA_GATTC_GetFirstCharDescr() argument 360 if (!p_char_id || !p_descr_result) in BTA_GATTC_GetFirstCharDescr() 363 memset(p_descr_result, 0, sizeof(tBTA_GATTC_CHAR_DESCR_ID)); in BTA_GATTC_GetFirstCharDescr() 370 &p_descr_result->char_id.char_id, in BTA_GATTC_GetFirstCharDescr() 374 … memcpy(&p_descr_result->descr_type, &p_descr_result->char_id.char_id.uuid, sizeof(tBT_UUID)); in BTA_GATTC_GetFirstCharDescr() 375 memcpy(&p_descr_result->char_id, p_char_id, sizeof(tBTA_GATTC_CHAR_ID)); in BTA_GATTC_GetFirstCharDescr() 402 tBTA_GATTC_CHAR_DESCR_ID *p_descr_result) in BTA_GATTC_GetNextCharDescr() argument 406 if (!p_start_descr_id || !p_descr_result) in BTA_GATTC_GetNextCharDescr() 409 memset(p_descr_result, 0, sizeof(tBTA_GATTC_CHAR_DESCR_ID)); in BTA_GATTC_GetNextCharDescr() 415 &p_descr_result->char_id.char_id, in BTA_GATTC_GetNextCharDescr() [all …]
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 739 tBTA_GATTC_CHAR_DESCR_ID *p_descr_result); 762 tBTA_GATTC_CHAR_DESCR_ID *p_descr_result);
|