Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gattc_api.c354 tBTA_GATTC_CHAR_ID *p_start_char_id, in BTA_GATTC_GetNextChar() argument
361 if (!p_start_char_id || !p_char_result) in BTA_GATTC_GetNextChar()
365 &p_start_char_id->srvc_id, in BTA_GATTC_GetNextChar()
366 &p_start_char_id->char_id, in BTA_GATTC_GetNextChar()
372 memcpy(&p_char_result->srvc_id, &p_start_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID)); in BTA_GATTC_GetNextChar()
/system/bt/bta/include/
Dbta_gatt_api.h790 tBTA_GATTC_CHAR_ID *p_start_char_id,