Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c986 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read) in GATTC_Read() argument
999 …if ( (p_tcb == NULL) || (p_reg == NULL) || (p_read == NULL) || ((type >= GATT_READ_MAX) || (type =… in GATTC_Read()
1017 p_clcb->auth_req = p_read->by_handle.auth_req; in GATTC_Read()
1023 p_clcb->s_handle = p_read->service.s_handle; in GATTC_Read()
1024 p_clcb->e_handle = p_read->service.e_handle; in GATTC_Read()
1025 memcpy(&p_clcb->uuid, &p_read->service.uuid, sizeof(tBT_UUID)); in GATTC_Read()
1033 memcpy (p_read_multi, &p_read->read_multiple, sizeof(tGATT_READ_MULTI)); in GATTC_Read()
1037 p_clcb->s_handle = p_read->by_handle.handle; in GATTC_Read()
1040 p_clcb->counter = p_read->partial.offset; in GATTC_Read()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h998 tGATT_READ_PARAM *p_read);