Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc683 tGATT_READ_PARAM* p_read) { in GATTC_Read() argument
692 if ((p_tcb == NULL) || (p_reg == NULL) || (p_read == NULL) || in GATTC_Read()
709 p_clcb->auth_req = p_read->by_handle.auth_req; in GATTC_Read()
715 p_clcb->s_handle = p_read->service.s_handle; in GATTC_Read()
716 p_clcb->e_handle = p_read->service.e_handle; in GATTC_Read()
717 p_clcb->uuid = p_read->service.uuid; in GATTC_Read()
725 memcpy(p_read_multi, &p_read->read_multiple, sizeof(tGATT_READ_MULTI)); in GATTC_Read()
731 p_clcb->s_handle = p_read->by_handle.handle; in GATTC_Read()
734 p_clcb->counter = p_read->partial.offset; in GATTC_Read()
/system/bt/stack/include/
Dgatt_api.h848 tGATT_READ_PARAM* p_read);