Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_cl.c319 …AN gatt_check_write_long_terminate(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_VALUE *p_rsp_value) in gatt_check_write_long_terminate() argument
327 if (p_rsp_value != NULL) in gatt_check_write_long_terminate()
329 if (p_rsp_value->handle != p_attr->handle || in gatt_check_write_long_terminate()
330 p_rsp_value->len != p_clcb->counter || in gatt_check_write_long_terminate()
331 memcmp(p_rsp_value->value, p_attr->value + p_attr->offset, p_rsp_value->len)) in gatt_check_write_long_terminate()
342 if ((p_attr->offset += p_rsp_value->len) >= p_attr->len) in gatt_check_write_long_terminate()