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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_api.c313 ** p_start_char_id: start the characteristic search from the next record
325 tBTA_GATTC_CHAR_ID *p_start_char_id,
332 if (!p_start_char_id || !p_char_result)
336 &p_start_char_id->srvc_id,
337 &p_start_char_id->char_id,
343 memcpy(&p_char_result->srvc_id, &p_start_char_id->srvc_id, sizeof(tBTA_GATT_SRVC_ID));
324 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 83 milliseconds