Searched refs:p_read (Results 1 – 2 of 2) sorted by relevance
894 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read) in GATTC_Read() argument906 …if ( (p_tcb == NULL) || (p_reg==NULL) || (p_read == NULL) || ((type >= GATT_READ_MAX) || (type == … in GATTC_Read()922 p_clcb->auth_req = p_read->by_handle.auth_req; in GATTC_Read()929 p_clcb->s_handle = p_read->service.s_handle; in GATTC_Read()930 p_clcb->e_handle = p_read->service.e_handle; in GATTC_Read()931 memcpy(&p_clcb->uuid, &p_read->service.uuid, sizeof(tBT_UUID)); in GATTC_Read()939 memcpy(p_read_multi, &p_read->read_multiple, sizeof(tGATT_READ_MULTI)); in GATTC_Read()943 p_clcb->s_handle = p_read->by_handle.handle; in GATTC_Read()947 p_clcb->counter = p_read->partial.offset; in GATTC_Read()
952 tGATT_READ_PARAM *p_read);