Home | History | Annotate | Download | only in gatt

Lines Matching refs:trans_id

48                                                 UINT16 handle, UINT16 offset, UINT32 trans_id);
336 UINT32 trans_id,
384 status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, 0, trans_id);
646 UINT32 trans_id)
666 status = gatts_send_app_read_request(p_tcb, op_code, p_attr->handle, offset, trans_id);
1141 UINT16 handle, UINT16 offset, UINT32 trans_id)
1152 if (trans_id == 0)
1154 trans_id = gatt_sr_enqueue_cmd(p_tcb, op_code, handle);
1158 if (trans_id != 0 )
1167 trans_id, GATTS_REQ_TYPE_READ, &sr_data);