Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc847 tGATT_READ_PARAM* p_read) { in GATTC_Read() argument
857 if ((p_tcb == NULL) || (p_reg == NULL) || (p_read == NULL) || in GATTC_Read()
873 p_clcb->auth_req = p_read->by_handle.auth_req; in GATTC_Read()
879 p_clcb->s_handle = p_read->service.s_handle; in GATTC_Read()
880 p_clcb->e_handle = p_read->service.e_handle; in GATTC_Read()
881 memcpy(&p_clcb->uuid, &p_read->service.uuid, sizeof(tBT_UUID)); in GATTC_Read()
889 memcpy(p_read_multi, &p_read->read_multiple, sizeof(tGATT_READ_MULTI)); in GATTC_Read()
895 p_clcb->s_handle = p_read->by_handle.handle; in GATTC_Read()
898 p_clcb->counter = p_read->partial.offset; in GATTC_Read()
/system/bt/stack/include/
Dgatt_api.h873 tGATT_READ_PARAM* p_read);